2010-10-24 |
Michael Niedermayer | Optimize state transition table sorting in ffv1 |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Michael Niedermayer | 2 pass mode for ffv1 to optimally order the range coder... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Michael Niedermayer | Factorize state_transition init out. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Anton Khirnov | nutdec: when parsing info packet, set metadata var... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Aurelien Jacobs | drop rtsp_default_protocols which is not part of public... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Aurelien Jacobs | drop rtp_get_file_handles() which is not part of public... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Aurelien Jacobs | drop rtp_get_local_port() which is not part of public... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Aurelien Jacobs | use rtp_get_local_rtp_port() instead of the deprecated... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ramiro Polla | doc: fill documentation for vfwcap |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ramiro Polla | vfwcap: add option to print list of supported drivers |
commit | commitdiff | tree | snapshot |
2010-10-22 |
James Zern | Add new -slices option and use it for libvpx and libx264. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicolas George | Use forced key frames when encoding with libxvid. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Michael Niedermayer | Fix memleak in mjpeg decoder. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Optimize EOB check in mjpeg decode_block() by adjusting... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Simplify last coeff check in mjpeg decode_block() |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Check index in mjpeg AC decode against overflowing. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Add a seperate VLC table for progressive jpeg so we... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Factor code&0xf out of if() in decode_block_progressive(). |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Cleanup decode_block_progressive() |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Factorize ((unsigned) code) >> 4 out of decode_block_p... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Move if() in mjpeg decode_block() to simplify condition. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Michael Niedermayer | Simplify build_vlc() by using init_vlc_sparse() in... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Pascal Massimino | cosmetics: align fields, and remove useless ones, in... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Rafaël Carré | Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Martin Storsjö | rtsp: Move the rtsp_probe function to the demuxer code... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Martin Storsjö | Restore alphabetical order |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Martin Storsjö | rtsp: Untangle the dependencies between the RTSP/SDP... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Martin Storsjö | rtsp: Reorder functions |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Baptiste Coudurier | cosmetics, indentation |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Baptiste Coudurier | 10l fix h263+ encoder, format will be 8, array size... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Pascal Massimino | cleanup image2pipe_{de}muxer fields |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Stefano Sabatini | Remove unused variables picture_crop_temp and picture_p... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Michael Niedermayer | Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Martin Storsjö | sdp: Conditionally compile code using AF_INET6 |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Martin Storsjö | Add a demuxer for receiving raw rtp:// URLs without... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Nicolas George | Add a -force_key_frames option to ffmpeg. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Stefano Sabatini | Add transpose filter. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Stefano Sabatini | Implement a common get_filtered_video_frame(), shared... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Stefano Sabatini | Make help message for the -crop* options consistent... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Stefano Sabatini | Remove -crop* options. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Stefano Sabatini | Remove redundant text in the log. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Stefano Sabatini | Make XAN decoder return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Aurelien Jacobs | metadata: make av_metadata_set2 case insensitive by... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Michael Niedermayer | Avoid negative SCR in mpeg ps muxer. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Michael Niedermayer | Move shared functions out of CONFIG_FFV1_ENCODER ifdef |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Stefano Sabatini | Cosmetics: use a more compact notation, improve readabi... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Stefano Sabatini | Reset metadata after opt_output_file(), fix the previou... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Stefano Sabatini | Use an AVMetadata struct for storing metadata, simplify. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Anton Khirnov | Make ffprobe print stream language only once, also... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Stefano Sabatini | Remove docs for the not anymore existing option -conver... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Anton Khirnov | add ff_ prefix to metadata_conv() |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Anton Khirnov | lavf: simplify setting the encoder ident tag. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Anton Khirnov | ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv() |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Stefano Sabatini | Add avfilter_graph_config(). |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Nicolas George | Place the bitstream_filters variable in the AVOutputStr... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Nicolas George | Move the allocation of the AVOutputStream structure... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Martin Storsjö | Fix building, include the header instead of the source... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Baptiste Coudurier | In mov muxer, write artist metadata tag |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Baptiste Coudurier | In mov muxer, use correct metadata tag for encoder... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Martin Storsjö | rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | ffserver: use a local MAX_STREAMS limit |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | ffserver: fix prepare_sdp_description() to dynamically... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Anton Khirnov | Export metadata in the generic format. Deprecate old... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | cosmetic: alignment |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_SYMVER define to disable symver compatibilit... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | probetest: replace usage of deprecated first_iformat... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_FIRST_FORMAT define to drop deprecated first... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_PARAMETERS_CODEC_ID define to disable the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_LAVF_UNUSED define to disable the unused... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_READ_SEEK define to drop usage of AVInputFor... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_PARSE_FRAME_PARAM define to disable the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | properly check for FF_API_URL_CLASS instead of LIBAVFOR... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_ALLOC_FORMAT_CONTEXT define to disable the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_URL_SPLIT define to disable the deprecated... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_UDP_GET_FILE define to disable the deprecate... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Aurelien Jacobs | add FF_API_GUESS_FORMAT define to disable the deprecate... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Anton Khirnov | Deprecate old API. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Michael Niedermayer | Store slice position and size per keyframe in ffv1.2 |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Michael Niedermayer | Fix indention of ffv1.c after previous commits. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Michael Niedermayer | Store quant table index per plane and slice. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Michael Niedermayer | Assert that the context doesnt overflow in ffv1. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Michael Niedermayer | Rectangular slice support for ffv1.2 |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Anton Khirnov | vorbiscomment: change ff_vorbiscomment_write to take... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
James Zern | Fix crash when using iblock option (when a warning... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Stefano Sabatini | Make the validity checks fail only if the corresponding... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Stefano Sabatini | Add support for PIX_FMT_RGBA in the targa encoder. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | sapdec: Include sys/time.h for struct timeval |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Stefano Sabatini | Use named constants defined in targa.h. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Stefano Sabatini | Create a targa.h file to contain common definitions... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | Add a SAP demuxer |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | rtpdec: Don't use the no reordering codepath if there... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | rtpdec: Handle wrapping seq numbers in has_next_packet... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | rtpdec: Parse the next packet in the sequence if it... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | rtpdec: Return AVERROR(EAGAIN) if out of data for mpegt... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | rtpdec: Don't call the depacketizer to return more... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Martin Storsjö | rtpdec: Split out storing of the depacketization return... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Stefano Sabatini | Make avfilter_config_links() use the timebase of the... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Stefano Sabatini | Make the targa encoder return sane error values rather... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Stefano Sabatini | Targa encoder: log error message in case the pixel... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Stefano Sabatini | Factorize definition of the output_filter defined in... |
commit | commitdiff | tree | snapshot |
next |