summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge get_str() and get_str8() functions.Ronald S. Bultje2007-07-28
* Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje2007-07-28
* typoDiego Biurrun2007-07-28
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Add EBML ID for Segment UIDDavid Conrad2007-07-28
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
* Add the possibility to show all configurable encoders, decoders, parsers,Panagiotis Issaris2007-07-27
* Add a section about C++ and extern "C" in the FAQ.Panagiotis Issaris2007-07-27
* note about removing needs_more_infoMichael Niedermayer2007-07-27
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
* try exact match before case insensitive match in codec_get_idMichael Niedermayer2007-07-27
* ignore invalid packet_obj_sizeMichael Niedermayer2007-07-27
* Introduce an SDP generatorLuca Abeni2007-07-26
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-26
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-26
* move show_pict_info() to its own functionMichael Niedermayer2007-07-26
* cosmetics: alignmentAurelien Jacobs2007-07-26
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-26
* add vst option to select video streamMichael Niedermayer2007-07-25
* Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer2007-07-25
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
* copy language information from input stream to outputAurelien Jacobs2007-07-25
* copy packet duration when doing a stream copyAurelien Jacobs2007-07-25
* remove wrong const qualifierAurelien Jacobs2007-07-25
* use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs2007-07-25
* reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs2007-07-25
* have less functions as inlineStefan Gehrer2007-07-25
* Minor cosmeticsVitor Sessak2007-07-24
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-24
* Reindent two lines.Ian Caulfield2007-07-24
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-24
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-24
* increase buffer size of LAME MP3 encoderAndreas Ă–man2007-07-24
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-24
* simplify snr offset and bit allocationJustin Ruggles2007-07-24
* only use sized data types when necessaryJustin Ruggles2007-07-24
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-24
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-23
* use consistent data type for exponents. needs to be int8_t to pass to bit all...Justin Ruggles2007-07-23
* change some bit masks to arraysJustin Ruggles2007-07-23
* 10l: Uppercase some more overlooked makefile variables.Diego Biurrun2007-07-22
* Uppercase variable overlooked in last commit.Diego Biurrun2007-07-21
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
* cosmetics: Do not use braces in makefiles, use normal parentheses.Diego Biurrun2007-07-21
* cosmetics: indentationJustin Ruggles2007-07-21
* Use shared AC-3 header parsing. Move some initializations to block parsing fu...Justin Ruggles2007-07-21
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-21
* get rid of an ugly macroJustin Ruggles2007-07-21
* Return AVERROR(EINVAL) when invalid width and/or height are specified toPanagiotis Issaris2007-07-20