summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
| | | | | | Ogg demuxers. Originally committed as revision 19186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-13
| | | | Originally committed as revision 19185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-13
| | | | Originally committed as revision 19184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-13
| | | | | | aliases. Calling this "surround" is confusing and questionable. Originally committed as revision 19183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-13
| | | | Originally committed as revision 19182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-13
| | | | | | beyond allocated block. Originally committed as revision 19181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Analysis of logs show that there are in fact some files with m1v1 too (not ↵Jason Garrett-Glaser2009-06-13
| | | | | | | | just m2v2), which is documented to be MPEG-1 video. Adding fourcc to isom.c. Originally committed as revision 19180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-13
| | | | Originally committed as revision 19179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Madcow decoderPeter Ross2009-06-13
| | | | Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
| | | | | | | | adding entries to codec_movaudio_tags. This ensures ADPCM_IMA_WAV uses the standard ms prefix when muxing to mov rather than TS. Originally committed as revision 19177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a ↵Jason Garrett-Glaser2009-06-13
| | | | | | | | problematic MOV file. The audio is actually adpcm_ima_wav. Originally committed as revision 19176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Re-indent after last commitAlex Converse2009-06-12
| | | | Originally committed as revision 19175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-12
| | | | | | shared with the AAC encoder. Originally committed as revision 19174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-12
| | | | Originally committed as revision 19173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
| | | | | | Fixes a few AVI files from what is probably a mobile phone video camera. Originally committed as revision 19172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-12
| | | | | | so that it can be reused for wmapro Originally committed as revision 19171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add brackets between if/elseSascha Sommer2009-06-12
| | | | Originally committed as revision 19170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add additional sample rates to the frame len bits calculation codeSascha Sommer2009-06-12
| | | | Originally committed as revision 19169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix placment of the DPCM Xan commentSascha Sommer2009-06-12
| | | | Originally committed as revision 19168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-12
| | | | | | so that it can be reused for wmapro Originally committed as revision 19167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Associate the 0x6c75 TwoCC used in certain Kodak camerasJai Menon2009-06-12
| | | | | | | to the PCM Mu-law decoder. Fixes Issue 1178. Originally committed as revision 19166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun2009-06-12
| | | | Originally committed as revision 19165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fail and print correct error message when video stream pixel formatBaptiste Coudurier2009-06-12
| | | | | | is unknown. Originally committed as revision 19164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
| | | | | | patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-12
| | | | Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-12
| | | | Originally committed as revision 19161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs2009-06-12
| | | | | | | | | requirements. Now calculates crc byte at a time until aligned, then continues with uint32 optimized calculation. This fixes crashes during mlp decoding on sparc (at least, maybe others). Originally committed as revision 19160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-12
| | | | Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Prettyprint one more line to have columns line up.Diego Biurrun2009-06-11
| | | | Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-11
| | | | Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-11
| | | | Originally committed as revision 29355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2009-06-11
| | | | Originally committed as revision 19156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-11
| | | | | | patch by Patrick Dehne, patrick mysonicweb com Originally committed as revision 19155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation: #undef standard library functions that areDiego Biurrun2009-06-11
| | | | | | forbidden within FFmpeg, but allowed in example code. Originally committed as revision 29354 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun2009-06-11
| | | | | | This fixes swscale-example compilation. Originally committed as revision 29353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Reformat file to K&R style upon Kostya's request.Diego Biurrun2009-06-11
| | | | Originally committed as revision 19154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun2009-06-11
| | | | | | | Even after the split into shared and decoder-specific code, WMV3 continues to have the same dependencies as VC-1. Originally committed as revision 19153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-11
| | | | | | shared between decoder and parser in vc1.c. Originally committed as revision 19152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const in cast. Removes warning:Baptiste Coudurier2009-06-11
| | | | | | libavcodec/resample.c:215: warning: assignment discards qualifiers from pointer target type Originally committed as revision 19151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier2009-06-11
| | | | Originally committed as revision 19150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable native Vorbis encoder; quality is much worse than libvorbis andDavid Conrad2009-06-11
| | | | | | there really isn't a reason to use it on purpose unless you're improving it. Originally committed as revision 19149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-11
| | | | | | | used and we cannot determine if fragments are present or not in streamed mode. Originally committed as revision 19148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-11
| | | | Originally committed as revision 19147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove even condition on pad and crop.Baptiste Coudurier2009-06-11
| | | | | | | Odd padding or cropping is needed when encoders only support even resolution. Originally committed as revision 19146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-10
| | | | | | | As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed for all VAAPI/VDPAU-related decoders. Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove Mans as MPEG-TS maintainer, he never intended to maintain MPEG-TS.Diego Biurrun2009-06-10
| | | | Originally committed as revision 19144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support seeking as defined by the rfcLuca Barbato2009-06-10
| | | | | | | | | | | a PLAY with Range alone while in PLAY status should be interpreted as an enqueue a PAUSE followed by a PLAY with Range is the proper way to ask to seek to a point. See rfc2326 Originally committed as revision 19143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure buffer end remains constant within the loopLuca Barbato2009-06-10
| | | | | | otherwise ff_find_start_code could read over the buffer size Originally committed as revision 19142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-09
| | | | | | | | progressive. Patch by Haruhiko Yamagata, h D yamagata A nifty D com Originally committed as revision 19141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-09
| | | | | | make get/parse_packet static" thread from 2 months ago. Originally committed as revision 19140 to svn://svn.ffmpeg.org/ffmpeg/trunk