aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.Philip Gladstone2005-05-071-0/+1
* better r_frame_rate guessing codeMichael Niedermayer2005-05-061-21/+30
* default to YUV420P if none specified for rawvideo inputMichael Niedermayer2005-05-061-2/+4
* division by zero fixMichael Niedermayer2005-05-061-2/+2
* prefer container time_base for frame duration guessMichael Niedermayer2005-05-061-6/+6
* Correct number of bits for PTS.Wolfram Gloger2005-05-061-1/+1
* always honor the user specified frame rate if setMichael Niedermayer2005-05-061-7/+7
* Add in many fields that have been added to the Codec structure. This meansPhilip Gladstone2005-05-061-0/+28
* switch to native time basesMichael Niedermayer2005-04-3026-201/+132
* fix useless framerate messupMichael Niedermayer2005-04-261-15/+16
* fix nonsense timestamp messMichael Niedermayer2005-04-261-15/+4
* fix nonsens timestamp calculationMichael Niedermayer2005-04-261-12/+5
* Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus...Roine Gustafsson2005-04-261-3/+14
* Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users s...Roine Gustafsson2005-04-261-3/+3
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-252-4/+8
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-241-1/+1
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-243-5/+5
* Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)Roberto Togni2005-04-241-2/+2
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-201-0/+1
* fixing demuxing of DV5700.asfMichael Niedermayer2005-04-191-2/+4
* non 4:2:0 foobar.{Y,U,V} supportMichael Niedermayer2005-04-131-4/+6
* fix seeking bugMåns Rullgård2005-04-121-1/+1
* s/u_char/uint8_t/Måns Rullgård2005-04-101-2/+2
* s/u_char/uint8_t/Måns Rullgård2005-04-101-3/+3
* pre-c99 compatibilityMåns Rullgård2005-04-092-2/+2
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-097-9/+909
* Autodesk Animator Studio Codec (AASC) video decoder, courtesy ofMike Melanson2005-04-031-0/+1
* fix vorbis in aviMichael Niedermayer2005-04-011-1/+1
* reverting 1.66 -> 1.67 changeMichael Niedermayer2005-03-301-7/+7
* PSM support in MPEG-PS demuxer.Måns Rullgård2005-03-281-3/+85
* fix psp muxing (probably this fix is wrong but its better then nothing)Michael Niedermayer2005-03-271-1/+1
* Winnov WNV1 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-03-261-0/+1
* bypass internal buffer for "large" packetsMichael Niedermayer2005-03-241-4/+22
* segfault fixMichael Niedermayer2005-03-241-1/+1
* discard dummy packets before doing inapropriate checks on them and failing as...Michael Niedermayer2005-03-241-3/+4
* 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ...Calcium2005-03-232-20/+133
* 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium2005-03-232-1/+7
* 29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp)Calcium2005-03-231-1/+1
* 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)Calcium2005-03-231-1/+3
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gma...François Revol2005-03-231-0/+1
* fix time stored in movMichael Niedermayer2005-03-231-1/+1
* trying to fix a few minor values in the mp4/mov muxerMichael Niedermayer2005-03-231-10/+30
* initalize has_b_framesMichael Niedermayer2005-03-171-0/+1
* more fine grained discarding of packetsMichael Niedermayer2005-03-1710-15/+40
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-161-4/+4
* buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org)Michael Niedermayer2005-03-161-7/+6
* reverse zero packet dissapearence "feature"Michael Niedermayer2005-03-161-6/+4
* sample_size fixMichael Niedermayer2005-03-151-1/+1
* cleanup strh parserMichael Niedermayer2005-03-151-76/+45
* dont link with libavcodec twice on win32Michael Niedermayer2005-03-151-1/+1