summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Reinhard Tartler2010-05-21
* Make lsf_sf_expand() 4 times faster.Reinhard Tartler2010-05-21
* Set cur_channel in the AAC encoder context where needed.Reinhard Tartler2010-05-21
* Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau2010-05-21
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-21
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-21
* Adding missing () to mathops.h.Reinhard Tartler2010-05-21
* Replace more "m" constraints with MANGLE to fix compilation issuesReinhard Tartler2010-05-21
* blackfin: fix yuv422 to yuv420 conversionRonaldo Moura2010-05-21
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-21
* Make the nut demuxer issue a more meaningful error message if itReinhard Tartler2010-05-20
* bswap: 10L add missing parens around macro argsReinhard Tartler2010-05-20
* qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsReinhard Tartler2010-05-19
* Fix build with swscale disabledReinhard Tartler2010-05-19
* Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReinhard Tartler2010-05-19
* Another try for fixing/improving decode_video documentation.Reinhard Tartler2010-05-19
* Document cmdutils.c:print_error().Reinhard Tartler2010-05-19
* Favor chunk size over hitting the correct position after reading the chunk si...Reinhard Tartler2010-05-19
* 10l: store the result of clipping added in r23035Reinhard Tartler2010-05-19
* Error out when too many bits per frame are requested.Reinhard Tartler2010-05-19
* Make the faac inspired quantizer search make sense for a slightly narrower de...Reinhard Tartler2010-05-19
* Reindent after the last commit.Reinhard Tartler2010-05-19
* Simplify print_error(), directly use av_strerror()/strerror() forReinhard Tartler2010-05-19
* Make print_error() use strerror() in case av_strerror() fails.Reinhard Tartler2010-05-19
* Make av_strerror() return -1 even in the case when av_strerror_r() isReinhard Tartler2010-05-19
* movenc: Write QuickTime chaptersReinhard Tartler2010-05-19
* movenc: Swap positions of mov_write_header and mov_write_packetReinhard Tartler2010-05-19
* mov: Read nero chaptersReinhard Tartler2010-05-19
* Mention that both packetizers and depacketizers of H.263 and AMR were addedMartin Storsjö2010-05-13
* first draft of the release notesReinhard Tartler2010-05-13
* update version string in changelogReinhard Tartler2010-05-13
* movenc: Write QuickTime chaptersDavid Conrad2010-05-05
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-05
* mov: Read nero chaptersDavid Conrad2010-05-05
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-04
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-04
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-03
* Make av_strerror() print an error message mentioning the error codeStefano Sabatini2010-05-03
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-03
* configure: allow compiler-specific flags for --disable-optimizationsMåns Rullgård2010-05-03
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-03
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-02
* Allow to set archiver tool ar.Carl Eugen Hoyos2010-05-02
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-02
* qt-faststart: Free ftyp_atom at all exit pointsMartin Storsjö2010-05-01
* Reindent after the previous commitMartin Storsjö2010-05-01
* Remove unnecessary checks before calling freeMartin Storsjö2010-05-01
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-01
* Fix off-by-one errors in description of score_max argument forReimar Döffinger2010-05-01
* Document av_probe_input_format2 API addition.Reimar Döffinger2010-05-01