summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Export av_probe_input_format2.Reimar Döffinger2010-05-01
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-01
* Enforce time border monotonicity.Alex Converse2010-04-30
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-30
* Increase size of patch_borders[].Alex Converse2010-04-30
* avi bgr24 padding fix.Michael Niedermayer2010-04-30
* ReindentAlex Converse2010-04-30
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-30
* Declare myself (Alex Converse) AAC maintainer.Alex Converse2010-04-30
* ARM: NEON optimised VP6 edge filterMåns Rullgård2010-04-30
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
* Print warnig if requested samplingrate is unsupported.Michael Niedermayer2010-04-30
* bswap: add macros to byteswap constantsMåns Rullgård2010-04-29
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-29
* Fix typo.Jai Menon2010-04-28
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-28
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-28
* Reindent after the last commit.Stefano Sabatini2010-04-27
* Make ffprobe show sample_aspect_ratio and display_aspect_ratio only ifStefano Sabatini2010-04-27
* Fix weird brace placement.Stefano Sabatini2010-04-27
* Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2010-04-27
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-27
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-27
* Reindent after rr22977.Sebastian Vater2010-04-27
* Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater2010-04-27
* Reidnent after r22795.Sebastian Vater2010-04-26
* Move some branches outside looped code. Should improve the generated asm (andSebastian Vater2010-04-26