summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-154-1/+31
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-1530-182/+190
* vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()Diego Biurrun2014-08-151-1/+1
* atomic_win32: Drop unnecessary atomic.h #includeDiego Biurrun2014-08-151-2/+0
* w32pthreads: Mark functions in compatibility wrapper as av_unusedDiego Biurrun2014-08-151-10/+11
* http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun2014-08-151-2/+2
* h261dec: Fix order of initializationJohn Stebbins2014-08-141-4/+6
* h263dec: Fix order of initializationJohn Stebbins2014-08-141-13/+12
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-149-17/+31
* mpeg4video: Fix doxygen comment syntax to document correct struct memberNidhi Makhijani2014-08-141-10/+10
* a64: Return correct error code on invalid data streamNidhi Makhijani2014-08-141-2/+2
* frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun2014-08-141-2/+0
* vaapi: set the scaling list correctly.Edgar Hucek2014-08-141-1/+2
* mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato2014-08-131-1/+23
* cpu-test: Add unistd.h #include for getopt()Diego Biurrun2014-08-131-0/+4
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-132-24/+1
* cmdutils: allow matching by metadata in stream specifiersAnton Khirnov2014-08-134-0/+36
* mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-134-1/+34
* avconv: rename output_packet() to process_input_packet()Anton Khirnov2014-08-131-4/+4
* stereo3d: initialize AVStereo3D to zeroFelix Abecassis2014-08-131-0/+3
* http: Fix authentication, broken since 6a463e7fbMartin Storsjö2014-08-131-3/+3
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-139-11/+32
* mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone2014-08-131-0/+6
* nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone2014-08-131-2/+11
* flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone2014-08-131-0/+1
* Expose metadata found in onCuePoint events in .flv files.Andrew Stone2014-08-131-40/+42
* Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone2014-08-131-0/+9
* http: enable icy metadata by default.Andrew Stone2014-08-133-2/+3
* http: export icecast metadata as an option with name "metadata".Andrew Stone2014-08-131-0/+31
* AVOption: add support for dictionary types.Andrew Stone2014-08-134-14/+77
* lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone2014-08-133-1/+27
* configure: Check for nanosleep in headers as well, not only in libsMartin Storsjö2014-08-131-1/+1
* w32threads: Use newer thread synchronization functions when targeting VistaMartin Storsjö2014-08-131-0/+12
* http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö2014-08-131-1/+2
* ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer2014-08-121-7/+25
* hevc_mvs: avoid deriving tmvp in amvpChristophe Gisquet2014-08-121-1/+2
* hevc: wait proper position for tmvpChristophe Gisquet2014-08-121-1/+2
* hevc: use intreadwriteChristophe Gisquet2014-08-123-18/+13
* hevc: derive partial merge listChristophe Gisquet2014-08-121-9/+33
* hevc: derive partially amvp listChristophe Gisquet2014-08-121-0/+5
* hevc: simplify roundingChristophe Gisquet2014-08-121-4/+4
* hevc: reorder loopsChristophe Gisquet2014-08-121-6/+6
* configure: Don't pass MSVC compiler options -M[TD] to armasmMartin Storsjö2014-08-101-0/+12
* avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bumpDiego Biurrun2014-08-101-1/+1
* lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov2014-08-101-12/+0
* mpegts: Return proper error code on invalid input dataNidhi Makhijani2014-08-101-5/+5
* Prepare for 11_alpha2 ReleaseReinhard Tartler2014-08-101-1/+1
* configure: Suggest upgrading gas-preprocessor instead of just installingMartin Storsjö2014-08-101-1/+1
* configure: Enable gas-preprocessor on all OSes but only if availableDiego Biurrun2014-08-101-3/+13
* configure: Add probe identification of MS armasmMartin Storsjö2014-08-101-0/+5