aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 10l, undef DEBUGBaptiste Coudurier2006-05-091-1/+1
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-091-2/+2
* Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson2006-05-091-0/+28
* Further simplify AMR build.Diego Biurrun2006-05-061-10/+2
* Fix v4l grabbing with some webcams, and simplify the code.Flavio Pimentel Duarte2006-05-041-44/+29
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-011-5/+6
* Disable lavf NUT until it is synced to specOded Shimon2006-04-231-0/+5
* report to user if mmf with midi found (and not supported)Alex Beregszaszi2006-04-201-0/+4
* Avoid crash if there is a rtjpeg quant header but no video stream in fileReimar Döffinger2006-04-201-1/+1
* set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyayBaptiste Coudurier2006-04-191-7/+4
* add AVID DV fourccBaptiste Coudurier2006-04-191-0/+1
* indentionBaptiste Coudurier2006-04-191-13/+13
* always skip garbage at end of atomBaptiste Coudurier2006-04-191-7/+6
* move declaration to mov.hBaptiste Coudurier2006-04-193-4/+1
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-151-1/+1
* clean and simplify mov_write_packetBaptiste Coudurier2006-04-141-37/+29