summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-28
| | | | | | inside libavcodec/utils.c. Originally committed as revision 22117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos2010-02-28
| | | | | | | inside libxvidff.c: ff_xvid_encode_init(), ff_xvid_encode_frame(), ff_xvid_encode_close() Originally committed as revision 22115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print chapter info in dump_format().Anton Khirnov2010-02-28
| | | | | | Patch by Anton Khirnov, wyskas gmail Originally committed as revision 22113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Process picture aspect ratio changes in H.264.Janusz Krzysztofik2010-02-28
| | | | | | | | | This fixes playback of such streams with ffplay (but does not affect current ffmpeg). Patch by Janusz Krzysztofik, jkrzyszt A tis D icnet D pl Originally committed as revision 22112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Many mp3s seem to contain padding after id3 tags that is not considered in theMichael Niedermayer2010-02-28
| | | | | | tag size. Skip this to make the format probing quicker. Originally committed as revision 22111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free packets read in seek_test.Reimar Döffinger2010-02-28
| | | | Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
| | | | Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some memory leaks in seek_test test program:Reimar Döffinger2010-02-28
| | | | | | | - do not allocate context twice - close the input file before exiting Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-28
| | | | | | rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles() Originally committed as revision 22107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-28
| | | | | | | | following functions: ff_is_hwaccel_pix_fmt(), ff_set_systematic_pal(), ff_fill_linesize(), ff_fill_pointer(), ff_get_plane_bytewidth() Originally committed as revision 22106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include atrac.h: It contains the prototypes for atrac_generate_tables()Carl Eugen Hoyos2010-02-28
| | | | | | and atrac_iqmf(). Originally committed as revision 22104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include mpegaudiodecheader.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
| | | | | | ff_mpegaudio_decode_header(). Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declaration of unused variables.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
| | | | | | ff_h263_find_frame_end(). Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 30787 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-27
| | | | | | | with SSE and add a avcodec_align_dimensions2 taht returns the stride alignment requirements independently from doing the width/height padding. Originally committed as revision 22095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård2010-02-27
| | | | Originally committed as revision 22094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Strides in Indeo 5 reconstruction filter should be signed,Jindřich Makovička2010-02-27
| | | | | | | | this way it works on 64-bit archs too. Patch by Jindřich Makovička ($lastname without last letter and háček, gmail) Originally committed as revision 22093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-27
| | | | | | | | Indeo 5 into single structure IVIHuffTab and factorize code using it. Based on patch by Maxim (max_pole at German GMX) Originally committed as revision 22092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-27
| | | | Originally committed as revision 22091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself to gpg fingerprint listReinhard Tartler2010-02-27
| | | | Originally committed as revision 22089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sort() names in PGP/GPG fingerprint listDiego Biurrun2010-02-27
| | | | Originally committed as revision 22088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedupMichael Niedermayer2010-02-27
| | | | Originally committed as revision 22086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split *_type setting up, 4 cpu cycles faster.Michael Niedermayer2010-02-27
| | | | Originally committed as revision 22085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.Zhou Zongyi2010-02-26
| | | | | | patch by Zhou Zongyi @ zhouzy () os punkt pku dot edu speck cn Originally committed as revision 22084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar2010-02-26
| | | | | | | | It happens when the number of channels defined by DCAContext:acmod is lower than DCAContext:prim_channels. In this case, dca_subsubframe() will call qmf_32_subbands() using s->channel_order_tab[] entries equal to -1. Originally committed as revision 22083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak2010-02-26
| | | | | | | | result depending on uninitialized data. FATE result may change for this test. Originally committed as revision 22082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-26
| | | | | | | This way, we avoid overwriting stream_index in the user's AVPacket with a nonsense value. Originally committed as revision 22081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only load the topleft mv/ref when the topright is unavailable.Michael Niedermayer2010-02-26
| | | | | | 8 cpu cycles faster. Originally committed as revision 22079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless operations from the code setting left_cbp.Michael Niedermayer2010-02-26
| | | | | | maybe 0.5 cpu cycles faster Originally committed as revision 22078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent overflow of start_time + recording_time.Francesco Cosoleto2010-02-26
| | | | | | Patch by Francesco Cosoleto gmail($name) Originally committed as revision 22077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as maintainer of the bink demuxer and bink audio decoderPeter Ross2010-02-26
| | | | Originally committed as revision 22075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify code to set cbp_*Michael Niedermayer2010-02-26
| | | | | | | | this seems 1 cpu cycle slower even though we practically just remove code. Speed loss seems caused by the merge of if(left_type), iam commiting this anyway as i cant imagine this to be anything but compiler messup. Originally committed as revision 22073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typos in ref_index documentation.Benoit Fouet2010-02-26
| | | | Originally committed as revision 22072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move init of right side of ref_cache from fill_caches() to ↵Michael Niedermayer2010-02-26
| | | | | | init_the_darn_decoder(). Originally committed as revision 22071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 3 mv_cache zeroing instructions that zeroed the right side.Michael Niedermayer2010-02-26
| | | | | | This seems unneeded as nothing seems to ever set it to non zero values. Originally committed as revision 22070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless check of the 2 left MBs of a pair being in the same slice.Michael Niedermayer2010-02-26
| | | | Originally committed as revision 22069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify ref_index.Michael Niedermayer2010-02-26
| | | | Originally committed as revision 22068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded line of code from the neighbor setting code in h264.Michael Niedermayer2010-02-26
| | | | Originally committed as revision 22067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify code in mv_pred.Michael Niedermayer2010-02-26
| | | | | | Not benchmarked as this is petty much just code removial. Originally committed as revision 22066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
| | | | | | | ones based on mb_stride in h264. about 20 cpu cycles faster overall per MB Originally committed as revision 22065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable suffix rulesMåns Rullgård2010-02-25
| | | | | | | | Most of the make builtin rules, which we do not need, are suffix rules, and we use only new-style pattern rules. Disabling suffix rules saves some time when building on slow systems. Originally committed as revision 22064 to svn://svn.ffmpeg.org/ffmpeg/trunk