summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rv34: kill VLAsMåns Rullgård2010-06-252-2/+3
| | | | Originally committed as revision 23774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann2010-06-251-24/+24
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all ↵Josh Allmann2010-06-255-71/+62
| | | | | | | | references to rtp_payload_data in rtpdec and rtsp Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-252-76/+83
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-252-69/+50
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-255-63/+168
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-252-25/+14
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a space after the AVClass prefix.Jai Menon2010-06-251-2/+2
| | | | | | This improves readability a bit. Originally committed as revision 23767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon2010-06-251-1/+4
| | | | | | other than XSUB. Originally committed as revision 23766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in vp8 decoder error messageJason Garrett-Glaser2010-06-251-1/+1
| | | | Originally committed as revision 23765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve mov atom parsing debug message, print parent atom and size in decimalBaptiste Coudurier2010-06-251-5/+5
| | | | Originally committed as revision 23764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add vp8 testsMåns Rullgård2010-06-2415-0/+765
| | | | Originally committed as revision 23763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: use warn function for unrecognised --cc and --arch settingsMåns Rullgård2010-06-241-2/+3
| | | | Originally committed as revision 23762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: warn about missing yasmMåns Rullgård2010-06-241-1/+4
| | | | Originally committed as revision 23761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add 'warn' functionMåns Rullgård2010-06-241-0/+7
| | | | | | | The 'warn' function records a warning message for display after other informational messages. Originally committed as revision 23760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-241-21/+30
| | | | Originally committed as revision 23759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove typo: s/ingore/ignore/Luca Barbato2010-06-241-1/+1
| | | | Originally committed as revision 23758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-241-1/+1
| | | | | | Patch by Thad Ward coderjoe69¤yahoo°com Originally committed as revision 23757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård2010-06-241-1/+7
| | | | Originally committed as revision 23756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-242-2/+9
| | | | Originally committed as revision 23755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp6: convert VLA to fixed sizeMåns Rullgård2010-06-241-1/+2
| | | | Originally committed as revision 23754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation on x64.Vitor Sessak2010-06-241-1/+1
| | | | Originally committed as revision 23753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix asm constraints in apply_window()Vitor Sessak2010-06-241-7/+8
| | | | Originally committed as revision 23752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-241-5/+5
| | | | Originally committed as revision 23751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-244-3/+177
| | | | Originally committed as revision 23750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly return EOF for smacker videosAlexei Svitkine2010-06-241-1/+1
| | | | | | Patch by Alexei Svitkine, alexei dot svitkine at gmail Originally committed as revision 23749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for the ra_144 encoderFrancesco Lavra2010-06-241-1/+1
| | | | | | Patch by Francesco Lavra, francescolavra at interfree dot it Originally committed as revision 23748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-231-4/+3
| | | | Originally committed as revision 23746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-231-2/+2
| | | | Originally committed as revision 23745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-231-1/+1
| | | | Originally committed as revision 23744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-232-20/+20
| | | | Originally committed as revision 23743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless condition in #ifVitor Sessak2010-06-231-1/+1
| | | | Originally committed as revision 23742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse2010-06-231-1/+1
| | | | Originally committed as revision 23741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-238-141/+121
| | | | Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-236-95/+155
| | | | | | | Modify the asm accordingly. GLOBAL is now no longoer necessary for PIC-compliant loads. Originally committed as revision 23739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-231-1/+1
| | | | Originally committed as revision 23738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing changelog entry for VP8 decoder.Ronald S. Bultje2010-06-231-0/+1
| | | | Originally committed as revision 23737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required #includes to pass 'make checkheaders'.Diego Biurrun2010-06-231-0/+3
| | | | Originally committed as revision 23736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-06-231-1/+1
| | | | Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add all required includes to avio.hMartin Storsjö2010-06-231-0/+1
| | | | Originally committed as revision 23734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable pthreads automatically unless w32threads is requestedMåns Rullgård2010-06-231-3/+4
| | | | Originally committed as revision 23733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Continue after guids in asf after which other guids are possible instead of ↵Michael Niedermayer2010-06-231-0/+2
| | | | | | | | | skiping over the stored size. Fixes issue2029 Originally committed as revision 23732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 threads supportMåns Rullgård2010-06-233-151/+0
| | | | | | | OS/2 SMP support is rare, and a pthreads library exists. No need to keep this code. Originally committed as revision 23731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add barcelona to the list of cmov/fast_cmov compatible CPUs.Diego Pettenò2010-06-221-1/+1
| | | | | | | For GCC, barcelona is just an alias for amdfam10, so simply add it in there. Originally committed as revision 23730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove beosthreads supportMåns Rullgård2010-06-223-186/+0
| | | | | | | Relevant BeOS variants support pthreads, so there is no need to maintain the beos-native threads interface. Originally committed as revision 23729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-224-43/+47
| | | | Originally committed as revision 23728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini2010-06-221-5/+5
| | | | | | recording_time. Originally committed as revision 23727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for the ffmpeg -timestamp option.Stefano Sabatini2010-06-221-1/+10
| | | | | | | '(' and ')' are used instead of '{' and '}' in the date specification as the latter confound the texinfo interpreter. Originally committed as revision 23726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-221-1/+2
| | | | Originally committed as revision 23725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date specification accepted by parse_date().Stefano Sabatini2010-06-221-1/+1
| | | | Originally committed as revision 23724 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud