summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* mjpegdec: Properly set the context colorspace infoDerek Buitenhuis2014-06-24
* h264: error out from decode_nal_units() when AV_EF_EXPLODE is setVittorio Giovara2014-06-23
* jpeg2000: fix dereferencing invalid pointers during cleanupVittorio Giovara2014-06-23
* pixfmt: mark the reserved valuesVittorio Giovara2014-06-23
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau2014-06-23
* lzo: Handle integer overflowLuca Barbato2014-06-23
* indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus2014-06-23
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-22
* Check if an mp3 header is using a reserved sample rate.Justin Ruggles2014-06-22
* Differentiate assembler and assembly in documentation and commentsDiego Biurrun2014-06-22
* libx264: Correctly manage constant rate factor paramsLuca Barbato2014-06-22
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-22
* ape: Replace memset(0) by zero initializationDiego Biurrun2014-06-22
* mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun2014-06-22
* configure: Drop stray error resilience dependenciesDiego Biurrun2014-06-22
* build: Record explicit dependency of intrax8 on error resilienceDiego Biurrun2014-06-22
* build: Have the eatqi decoder depend on the MPEG-1 decoderDiego Biurrun2014-06-22
* build: Add missing object files for webm muxerDiego Biurrun2014-06-22
* build: Add missing object files for Matroska demuxerDiego Biurrun2014-06-22
* build: Add missing replaygain object file for CAF demuxerDiego Biurrun2014-06-22
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* h264: fix build when error resilience is disabledVittorio Giovara2014-06-20
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* dv: cosmetics, reindentAnton Khirnov2014-06-20
* dv: get rid of global non-const tablesAnton Khirnov2014-06-20
* dvenc: initialize the profile only once, at initAnton Khirnov2014-06-20
* Use av_packet_rescale_ts() to simplify code.Anton Khirnov2014-06-20
* lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov2014-06-20
* stereo3d: add missing include guardsVittorio Giovara2014-06-19
* configure: Drop duplicate pkg-config entry from help outputDiego Biurrun2014-06-19
* i263: skip dummy framesDirk Ausserhaus2014-06-19
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* hevc: Mark num_bins_in_se as unusedLuca Barbato2014-06-18
* rtsp: Support misordered fmtp rtpmapJoshua Kordani2014-06-18
* rtsp: Factor out fmtp parsingLuca Barbato2014-06-18
* doc: Document segment_list_typeLuca Barbato2014-06-18
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-18
* lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
* rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov2014-06-18
* Remove avserver.Anton Khirnov2014-06-18
* dcadec: replace ldexpf with a multiplication by a constantNiels Möller2014-06-18
* AVFrame: factor out freeing the side dataRoman Savchenko2014-06-18
* vp9 encoder: use a decent default speed settingRafaël Carré2014-06-17
* flvenc: Don't over-count metadata.Josh Allmann2014-06-17
* tiffenc: fix packet size calculationTristan Matthews2014-06-17
* jpeg2000: Mark static data init functions as av_coldDiego Biurrun2014-06-17