summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Merge get_str() and get_str8() functions.Ronald S. Bultje2007-07-28
| | | | | | patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 9818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje2007-07-28
| | | | | | | | fit all data from the container string, and allow NULL as a string also to simply skip the string altogether. patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 9817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-07-28
| | | | Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
| | | | Originally committed as revision 9816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
| | | | Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add EBML ID for Segment UIDDavid Conrad2007-07-28
| | | | Originally committed as revision 9814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
| | | | Originally committed as revision 9813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the possibility to show all configurable encoders, decoders, parsers,Panagiotis Issaris2007-07-27
| | | | | | muxers, demuxers, protocols and bitstream filters. Originally committed as revision 9812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a section about C++ and extern "C" in the FAQ.Panagiotis Issaris2007-07-27
| | | | Originally committed as revision 9811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* note about removing needs_more_infoMichael Niedermayer2007-07-27
| | | | Originally committed as revision 9810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
| | | | Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try exact match before case insensitive match in codec_get_idMichael Niedermayer2007-07-27
| | | | Originally committed as revision 9808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore invalid packet_obj_sizeMichael Niedermayer2007-07-27
| | | | | | fixes video5.asf Originally committed as revision 9807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce an SDP generatorLuca Abeni2007-07-26
| | | | Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-26
| | | | Originally committed as revision 9805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-26
| | | | Originally committed as revision 9804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move show_pict_info() to its own functionMichael Niedermayer2007-07-26
| | | | Originally committed as revision 9803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-07-26
| | | | Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-26
| | | | Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add vst option to select video streamMichael Niedermayer2007-07-25
| | | | Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer2007-07-25
| | | | | | fixes 2001-04-11.asf Originally committed as revision 9799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy language information from input stream to outputAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy packet duration when doing a stream copyAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong const qualifierAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs2007-07-25
| | | | Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* have less functions as inlineStefan Gehrer2007-07-25
| | | | Originally committed as revision 9792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor cosmeticsVitor Sessak2007-07-24
| | | | Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-24
| | | | | | Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent two lines.Ian Caulfield2007-07-24
| | | | | | Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-24
| | | | | | Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-24
| | | | | | | encoded color to a 4-bit index into the DVD palette. Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-24
| | | | | | | | | | The previous size lead to A/V sync issues Patch by Andreas Öman %andreas AA olebyn PP nu% Original thread: Date: Jul 21, 2007 9:53 AM Subject: [FFmpeg-devel] [PATCH] lame buffer shortage Originally committed as revision 9786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-24
| | | | Originally committed as revision 9785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify snr offset and bit allocationJustin Ruggles2007-07-24
| | | | Originally committed as revision 9784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only use sized data types when necessaryJustin Ruggles2007-07-24
| | | | Originally committed as revision 9783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-24
| | | | Originally committed as revision 9782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-23
| | | | Originally committed as revision 9781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use consistent data type for exponents. needs to be int8_t to pass to bit ↵Justin Ruggles2007-07-23
| | | | | | allocation. Originally committed as revision 9780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change some bit masks to arraysJustin Ruggles2007-07-23
| | | | Originally committed as revision 9779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Uppercase some more overlooked makefile variables.Diego Biurrun2007-07-22
| | | | Originally committed as revision 9778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Uppercase variable overlooked in last commit.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Do not use braces in makefiles, use normal parentheses.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-07-21
| | | | Originally committed as revision 9774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use shared AC-3 header parsing. Move some initializations to block parsing ↵Justin Ruggles2007-07-21
| | | | | | function. Originally committed as revision 9773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-21
| | | | Originally committed as revision 9772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of an ugly macroJustin Ruggles2007-07-21
| | | | Originally committed as revision 9771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(EINVAL) when invalid width and/or height are specified toPanagiotis Issaris2007-07-20
| | | | | | avcodec_open. Originally committed as revision 9770 to svn://svn.ffmpeg.org/ffmpeg/trunk