summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-28
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* second try fixing time code in gxfBaptiste Coudurier2009-01-27
* Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer2009-01-27
* Add {} between if/elseMichael Niedermayer2009-01-27
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-27
* remove pointless {}Michael Niedermayer2009-01-27
* Move current_track variable closer to where it is used.Michael Niedermayer2009-01-27
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-27
* vertical alignMichael Niedermayer2009-01-27
* Fix memleak of header in error returns.Michael Niedermayer2009-01-27
* better header_size checkMichael Niedermayer2009-01-27
* size < 4 is invalidMichael Niedermayer2009-01-27
* indentationRamiro Polla2009-01-27
* mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64Ramiro Polla2009-01-27
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-27
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-27
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-27
* ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård2009-01-27
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-27
* ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård2009-01-27
* ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård2009-01-27
* ARM: optimised mid_pred()Måns Rullgård2009-01-27
* ARM: allow register operands for shifts in MULL()Måns Rullgård2009-01-27
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* fix doxygen file referenceStefan Gehrer2009-01-27
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
* add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs2009-01-27
* vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs2009-01-27
* make it clear that the new metadata API is a work in progressAurelien Jacobs2009-01-26
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Update preset files documentation to match with r16795.Stefano Sabatini2009-01-26
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-26
* configure: exit with error if OS is unknownMåns Rullgård2009-01-26
* Add a Changelog entry for the ALSA stuff.Benoit Fouet2009-01-26
* Fix AAC data smuggling:Kostya Shishkov2009-01-26
* Remove misleading comment about how to build SHA1 test program.Diego Biurrun2009-01-26
* Remove unneeded check.Benoit Fouet2009-01-26
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
* Fix version.h dependency on version.shMåns Rullgård2009-01-26
* Add ALSA support in libavdevice.Nicolas George2009-01-26
* version.h depends on version.sh.Diego Biurrun2009-01-26
* HAVE_3DNOW --> HAVE_AMD3DNOWDiego Biurrun2009-01-26
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-25
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-25