summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-27
* add myself to gpg fingerprint listReinhard Tartler2010-02-27
* sort() names in PGP/GPG fingerprint listDiego Biurrun2010-02-27
* Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedupMichael Niedermayer2010-02-27
* Split *_type setting up, 4 cpu cycles faster.Michael Niedermayer2010-02-27
* Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.Zhou Zongyi2010-02-26
* Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar2010-02-26
* Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak2010-02-26
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-26
* Only load the topleft mv/ref when the topright is unavailable.Michael Niedermayer2010-02-26
* Remove some useless operations from the code setting left_cbp.Michael Niedermayer2010-02-26
* Prevent overflow of start_time + recording_time.Francesco Cosoleto2010-02-26
* Add myself as maintainer of the bink demuxer and bink audio decoderPeter Ross2010-02-26
* Simplify code to set cbp_*Michael Niedermayer2010-02-26
* Fix typos in ref_index documentation.Benoit Fouet2010-02-26
* Move init of right side of ref_cache from fill_caches() to init_the_darn_deco...Michael Niedermayer2010-02-26
* Remove 3 mv_cache zeroing instructions that zeroed the right side.Michael Niedermayer2010-02-26
* Remove useless check of the 2 left MBs of a pair being in the same slice.Michael Niedermayer2010-02-26
* Clarify ref_index.Michael Niedermayer2010-02-26
* Remove unneeded line of code from the neighbor setting code in h264.Michael Niedermayer2010-02-26
* Simplify code in mv_pred.Michael Niedermayer2010-02-26
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* Disable suffix rulesMåns Rullgård2010-02-25
* Remove pointless empty line.Stefano Sabatini2010-02-25