summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()Ramiro Polla2007-10-12
* Use single quotes to get rid of a bunch of backslash escapes.Diego Biurrun2007-10-12
* Consistently use $(FOO) instead of ${FOO} in Makefile variables.Diego Biurrun2007-10-12
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-12
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-12
* Disable unused code; fixes several gcc warnings:Diego Biurrun2007-10-12
* Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano2007-10-11
* Fix intended order of operations for 4 assert() checks.Shane2007-10-11
* Specify in documentation that avcodec_find_(en|de)coder* only searches forVille Skyttä2007-10-11
* Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson2007-10-11
* warning fixes:Diego Biurrun2007-10-11
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-10
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-10
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-10
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-10
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-10
* Remove ogg seek function, instead use generic seek via read_timestamp functionReimar Döffinger2007-10-10
* Add a read_timestamp function to ogg demuxerReimar Döffinger2007-10-10
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-09
* Allow to override zlib compression level in PNG encoder via avctx->compressio...Reimar Döffinger2007-10-09
* reindentAndreas Öman2007-10-09
* better lambda search methodBaptiste Coudurier2007-10-09
* Enable PAFF decodingCarl Eugen Hoyos2007-10-09
* oops... mpegvideo_enc also depends on motion_est and ratecontrolAurelien Jacobs2007-10-09
* dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)Aurelien Jacobs2007-10-09
* indentMichael Niedermayer2007-10-09
* avoid generating invalid filesMichael Niedermayer2007-10-09
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-08
* Fix deblocking for PAFF contentMartin Zlomek2007-10-08
* dnxhd 36mbit supportBaptiste Coudurier2007-10-08
* append extradata atoms when parsing, fix OLOCOONS_O3.movBaptiste Coudurier2007-10-08
* typo weigth->weightBaptiste Coudurier2007-10-08
* preliminary 10 bit depth decoding support, still miss generic api to export p...Baptiste Coudurier2007-10-08
* mergeBaptiste Coudurier2007-10-08
* 10l, check 'i' validity before using itBaptiste Coudurier2007-10-08
* fix 10 bit per comp detectionBaptiste Coudurier2007-10-08
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-08
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-08
* Re-indent after PAFF MMCO implementation patch.Jeff Downs2007-10-07
* Augment MMCO execution to work with both fields and frames. Part of PAFFJeff Downs2007-10-07
* use pr -n -t instead of non-standard cat -nMåns Rullgård2007-10-06
* Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m...Jeff Downs2007-10-06
* Augment mmcodecoding process to work properly with fields. Part of PAFF imple...Jeff Downs2007-10-06
* Edge emulation for fields. Part of PAFF implementationJeff Downs2007-10-06
* Set Picture.poc for fields and field pairs. Part of PAFF implementation.Jeff Downs2007-10-06
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-06
* Support function and changes to reference picture reordering for PAFF.Jeff Downs2007-10-05
* Reindent fill_default_ref_list after changes for PAFFJeff Downs2007-10-05
* Support functions and changes to default reference list creation for PAFF.Jeff Downs2007-10-05