summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* minor memleakMichael Niedermayer2008-04-24
| | | | Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
| | | | | | and then reads the channel_map stuff Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing memleaks.Michael Niedermayer2008-04-24
| | | | Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove useless whitespaces and put braces correctlyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qcelp fourccBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust pkg-config files to include files residing in separate subdirectories.Diego Biurrun2008-04-24
| | | | Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for alac in .movBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set alac frame size from extradataBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pixel aspect ratio for libxvid wrapper.Thorsten Jordan2008-04-24
| | | | | | Patch by Thorsten Jordan tjordanATmacrosystem de Originally committed as revision 12936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enhance documentation for AVClassStefano Sabatini2008-04-24
| | | | | | Patch by Stefano Sabatini stefanodotsabatini-lalaatpostedotit Originally committed as revision 12934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support shared pthreads-win32.Gianluigi Tiesi2008-04-24
| | | | | | Patch by Gianluigi Tiesi <mplayer at netfarm.it> Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer2008-04-23
| | | | | | | | which is a multiple of the packet size from the last packet start instead of the file start. This fixes some seek issues with randomly cut ts files and the mysterious "4 byte PCR somehing MTS something bug". Originally committed as revision 12932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression introduced by r12929.Ramiro Polla2008-04-22
| | | | | | | num_coeffs is just one byte. It would make no sense for num_coeffs to be as high as 2^32. Originally committed as revision 12931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-22
| | | | | | Remove the big comment and add comments about the skipped fields. Originally committed as revision 12930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-22
| | | | Originally committed as revision 12929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Xvid wrapper use threads (with support for newest CVS Xvid only)Thorsten Jordan2008-04-22
| | | | | | Patch by Thorsten Jordan ( tjordan macrosystem de ) Originally committed as revision 12928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send context to some ffmpeg.c opt* functionStefano Sabatini2008-04-22
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read asf file header fields in the right orderRafaël Carré2008-04-22
| | | | | | Patch by Rafaël Carré ( funman videolan org ) Originally committed as revision 12926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add supported_samplerates field to AVCodecStefano Sabatini2008-04-22
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename diracschro_common.[ch] to libdirac_libschro.[ch], external libraryDiego Biurrun2008-04-22
| | | | | | glue code should have a lib prefix in its name. Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdirac and libschro common code, patch from Anuradha Suraparaju ↵Luca Barbato2008-04-22
| | | | | | anuradhaAtrdDoTbbcDoTcoDotuk Originally committed as revision 12923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
| | | | Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add .longname to bfi_decoder declaration.Sisir Koppaka2008-04-22
| | | | | | patch by Sisir Koppaka, sisir.koppaka gmail com Originally committed as revision 12921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-21
| | | | | | Closes issue64. Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make some ffmpeg opts use parse-number-or-die.Stefano Sabatini2008-04-21
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala posteit Originally committed as revision 12919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force inlining of MPV_motion_internal.Keiji Costantini2008-04-21
| | | | | | | | Patch by strites: strites gmail com Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations Date: 04/06/2008 11:32 PM Originally committed as revision 12918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unroll codepathKeiji Costantini2008-04-21
| | | | | | | | Patch by strites: strites gmail com Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations Date: 04/06/2008 11:32 PM Originally committed as revision 12917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct ASF duration.Henrik Gulbrandsen2008-04-21
| | | | | | Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug introduced by r12827.Ramiro Polla2008-04-21
| | | | | | | If av_exit() was called after an AVFormatContext was created, but before its file was opened, av_exit() would pass a NULL pointer to url_fclose(). Originally committed as revision 12915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ff_split_xiph_headersReimar Döffinger2008-04-20
| | | | Originally committed as revision 12914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add checks to ff_split_xiph_headers to ensure that returned header_len andReimar Döffinger2008-04-20
| | | | | | | | header_start values are always valid. Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg (still does not play though). Originally committed as revision 12913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw dts muxerBenjamin Larsson2008-04-20
| | | | Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for ARM VFP supportMåns Rullgård2008-04-20
| | | | Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
| | | | Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov2008-04-19
| | | | | | | | probe conflict between WAV and future ACT demuxer. This is necessary because ACT has standard WAV header at top of it's own. Originally committed as revision 12909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-19
| | | | | | The function uses dct_block from the context anyways. Originally committed as revision 12908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics and style.Ramiro Polla2008-04-19
| | | | Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vlc1 to vlc.Ramiro Polla2008-04-19
| | | | | | There is no vlc2, so there is no point in numbering it. Originally committed as revision 12906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about using latest MSYS make for MinGW.Ramiro Polla2008-04-19
| | | | | | Thanks to tripp for the not mingw32 make note... Originally committed as revision 12905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make wininstaller has been removed in r12416Ramiro Polla2008-04-19
| | | | Originally committed as revision 12904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer2008-04-19
| | | | Originally committed as revision 12903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes the code so it is correct on both sides of the if().Michael Niedermayer2008-04-19
| | | | Originally committed as revision 12902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-19
| | | | Originally committed as revision 12901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build of cputest test program.Diego Biurrun2008-04-19
| | | | Originally committed as revision 12899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l I broke AC3 in MPEG seeking.Michael Niedermayer2008-04-19
| | | | Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer2008-04-19
| | | | | | due to bugs elsewhere. Originally committed as revision 12897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* part 1 of EAC3 supportMichael Niedermayer2008-04-19
| | | | Originally committed as revision 12896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-19
| | | | | | based on a patch by Bartlomiej Originally committed as revision 12895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-19
| | | | Originally committed as revision 12894 to svn://svn.ffmpeg.org/ffmpeg/trunk