aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-1710-15/+15
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-161-1/+1
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-161-11/+16
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-169-17/+1
* make dump_format output more homogenousBaptiste Coudurier2006-06-151-1/+2
* export all tracks to libavformat layerBaptiste Coudurier2006-06-151-31/+15
* Fix segfaultR. Brian Anderson2006-06-151-1/+3
* Fix typoLuca Abeni2006-06-151-1/+1
* dont load the index if we cant seek backMichael Niedermayer2006-06-141-3/+5
* check fseek return valueBaptiste Coudurier2006-06-131-2/+4
* fix unused computed valueBaptiste Coudurier2006-06-131-2/+2
* fix mp3 muxingBaptiste Coudurier2006-06-131-0/+1
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-131-1/+1
* simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier2006-06-121-24/+22
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-111-1/+1
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-101-0/+3
* probe for mpeg audioMåns Rullgård2006-06-051-1/+27
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-041-7/+10
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-041-0/+31
* fix seek related bugsMåns Rullgård2006-06-041-6/+14
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-012-0/+2
* Include the correct video4linux2 headerLuca Abeni2006-05-301-2/+2
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-271-0/+1
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-261-6/+0
* fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...Michael Niedermayer2006-05-191-3/+30
* dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer2006-05-181-0/+2
* dont write LAVF_ID if bitexact and any meta tag is setMichael Niedermayer2006-05-181-1/+2
* simplify meta tag writing codeMichael Niedermayer2006-05-181-173/+40
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-181-1/+1
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-181-2/+2
* Add MPEG FourCC for MPEG-2 video.Diego Biurrun2006-05-171-0/+1
* Proper PTS generation for Smacker audioKostya Shishkov2006-05-171-1/+5
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-171-2/+2
* fix avc nal parsingBaptiste Coudurier2006-05-151-4/+4
* fix pcm_s24be demuxing, simplifyBaptiste Coudurier2006-05-151-20/+3
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-141-0/+1
* fix mulaw muxingBaptiste Coudurier2006-05-131-0/+1
* do not write wave if not neededBaptiste Coudurier2006-05-131-1/+5
* fix AMR muxing in movBaptiste Coudurier2006-05-131-16/+24
* add pcm 24/32 le/be supportBaptiste Coudurier2006-05-131-23/+46
* simplifyMichael Niedermayer2006-05-131-45/+9
* clean and simplifyBaptiste Coudurier2006-05-131-174/+156
* sanity checks some might have been exploitableMichael Niedermayer2006-05-134-0/+53
* Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles2006-05-121-0/+30
* set stream time_base properlyMåns Rullgård2006-05-125-9/+14
* ogm demuxingMåns Rullgård2006-05-114-3/+165
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-111-41/+25
* simplify, amr.c sets frame_size to 160, and sample size is always 8000Baptiste Coudurier2006-05-101-11/+3
* fix damr atom, needed for quicktime playerBaptiste Coudurier2006-05-101-4/+4