summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-20
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-20
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-19
* fix aac in mov for ipodBaptiste Coudurier2006-06-19
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-16
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-16
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* make dump_format output more homogenousBaptiste Coudurier2006-06-15
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
* Fix segfaultR. Brian Anderson2006-06-15
* Fix typoLuca Abeni2006-06-15
* dont load the index if we cant seek backMichael Niedermayer2006-06-14
* check fseek return valueBaptiste Coudurier2006-06-13
* fix unused computed valueBaptiste Coudurier2006-06-13
* fix mp3 muxingBaptiste Coudurier2006-06-13
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-13
* simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier2006-06-12
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-11
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-10
* probe for mpeg audioMåns Rullgård2006-06-05
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-04
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-04
* fix seek related bugsMåns Rullgård2006-06-04
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
* Include the correct video4linux2 headerLuca Abeni2006-05-30
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-27
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-26
* fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...Michael Niedermayer2006-05-19
* dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer2006-05-18
* dont write LAVF_ID if bitexact and any meta tag is setMichael Niedermayer2006-05-18
* simplify meta tag writing codeMichael Niedermayer2006-05-18
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-18
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-18
* Add MPEG FourCC for MPEG-2 video.Diego Biurrun2006-05-17
* Proper PTS generation for Smacker audioKostya Shishkov2006-05-17
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-17
* fix avc nal parsingBaptiste Coudurier2006-05-15
* fix pcm_s24be demuxing, simplifyBaptiste Coudurier2006-05-15
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
* fix mulaw muxingBaptiste Coudurier2006-05-13
* do not write wave if not neededBaptiste Coudurier2006-05-13
* fix AMR muxing in movBaptiste Coudurier2006-05-13
* add pcm 24/32 le/be supportBaptiste Coudurier2006-05-13
* simplifyMichael Niedermayer2006-05-13
* clean and simplifyBaptiste Coudurier2006-05-13
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
* Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles2006-05-12