summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add presets for all of the x264 presets, including fastfirstpass versions.Lou Logan2010-03-02
* Make lsp a separate configurable and select it from codecs needing itMåns Rullgård2010-03-02
* Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård2010-03-02
* Fix a bunch of bugs ive introduced recently that broke threaded decoding.Michael Niedermayer2010-03-02
* Make ffmpeg print a message and abort if the name of the formatStefano Sabatini2010-03-02
* Add a check for checking if more than one input file is provided toStefano Sabatini2010-03-01
* Clarify the error message issued by ffprobe in case of more than oneStefano Sabatini2010-03-01
* Fix spelling in commentVitor Sessak2010-03-01
* Add commented-out unoptimized code to improve readabilityVitor Sessak2010-03-01
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* Add Reinhard and myself as release managers.Diego Biurrun2010-03-01
* Process packed bitstream also for VDPAU.Carl Eugen Hoyos2010-03-01
* Don't let output pixel format influence input pixel format.Chris Stones2010-03-01
* Fix AMR-NB entry in the supported audio codecs list.Diego Biurrun2010-03-01
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-03-01
* ffmpeg: copy stream metadata.Anton Khirnov2010-03-01
* revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs2010-03-01
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-28
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-28
* Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger2010-02-28
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-28
* Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2010-02-28
* Make av_build_filter static (and remove av_): It is not used outside resample...Carl Eugen Hoyos2010-02-28
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-28
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-28
* Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos2010-02-28
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-28
* Print chapter info in dump_format().Anton Khirnov2010-02-28
* Process picture aspect ratio changes in H.264.Janusz Krzysztofik2010-02-28
* Many mp3s seem to contain padding after id3 tags that is not considered in theMichael Niedermayer2010-02-28
* Free packets read in seek_test.Reimar Döffinger2010-02-28
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* Fix some memory leaks in seek_test test program:Reimar Döffinger2010-02-28
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-28
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-28
* Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos2010-02-28
* Include atrac.h: It contains the prototypes for atrac_generate_tables()Carl Eugen Hoyos2010-02-28
* Include mpegaudiodecheader.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
* Remove declaration of unused variables.Carl Eugen Hoyos2010-02-28
* Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
* Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.Carl Eugen Hoyos2010-02-28
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-28
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-28
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-28
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-27
* Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård2010-02-27
* Strides in Indeo 5 reconstruction filter should be signed,Jindřich Makovička2010-02-27
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-27