summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 10_beta1 ReleaseReinhard Tartler2014-02-151-1/+1
* ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker2014-02-153-2/+39
* lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker2014-02-156-1/+164
* ac3: update AC3PreferredStereoDownmixMode.Tim Walker2014-02-151-1/+1
* h264_parser: use enum values in h264_find_frame_end()Vittorio Giovara2014-02-151-3/+5
* lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov2014-02-142-0/+22
* buffersink: document special error codes returned from av_buffersink_get_frameAnton Khirnov2014-02-141-2/+9
* ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau2014-02-141-10/+10
* utvideoenc: Enable support for multiple slices and use themJan Ekström2014-02-142-4/+34
* libx265: Remove redundant default param callDerek Buitenhuis2014-02-141-1/+0
* libx265: Fix use of uninitialized input pictureDerek Buitenhuis2014-02-141-0/+2
* doc/examples: misc Doxygen markup improvementsDiego Biurrun2014-02-142-3/+6
* build: doxy: Include code examples in Doxygen documentationDiego Biurrun2014-02-142-1/+2
* doxygen: Set EXAMPLE_PATH from within doxy-wrapper.shDiego Biurrun2014-02-142-2/+2
* build: Do not pass HTML snippets and stylesheet as input to DoxygenDiego Biurrun2014-02-141-2/+3
* Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.shDiego Biurrun2014-02-141-3/+3
* h264_sei: reorder headersVittorio Giovara2014-02-141-4/+2
* h264_sei: name buffering period type consistentlyVittorio Giovara2014-02-142-2/+2
* h264: drop outdated commentsVittorio Giovara2014-02-142-6/+2
* h264: store current_sps_id inside the current spsVittorio Giovara2014-02-143-5/+4
* h264: print values in case of errorVittorio Giovara2014-02-143-21/+23
* h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato2014-02-131-64/+72
* mpeg12dec: do not add stereo3D side data to a non-existing frameJanne Grunau2014-02-131-9/+17
* configure: do not link libraries against program-specific dependenciesJanne Grunau2014-02-131-2/+10
* configure: avserver does not need $ldlJanne Grunau2014-02-131-1/+0
* jv: detect partial packets in the demuxerJanne Grunau2014-02-121-4/+10
* h264: make context_count unsignedJanne Grunau2014-02-121-2/+2
* vp9: add a new segmentation sample.Ronald S. Bultje2014-02-124-52/+54
* vp9: add fate sample for parallelmode.Ronald S. Bultje2014-02-122-0/+27
* Add libx265 encoderDerek Buitenhuis2014-02-128-4/+313
* asfdec: fix seeking with fragmented packetsJanne Grunau2014-02-121-0/+10
* asfdec: short-circuit seeking to the start of streamAndrew Kelley2014-02-121-0/+7
* asfdec: check ff_get_guid() return values during seekingJanne Grunau2014-02-121-10/+16
* aacdec: set AVFrame sample_rateJohn Stebbins2014-02-121-4/+7
* buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-121-5/+6
* log: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-122-6/+7
* lavc: set AVFrame pkt_pts and reordered_opaque in reget_bufferJohn Stebbins2014-02-111-1/+4
* g2meet: make JPEG tile decoder operate on 8x8 block maskKostya Shishkov2014-02-111-7/+16
* g2meet: factor out seeking to the chunk endMaxim Poliakovski2014-02-111-13/+8
* rpza: limit the number of blocks to the total remaining blocks in the frameAnton Khirnov2014-02-101-0/+2
* rpza: move some variables to the blocks where they are usedAnton Khirnov2014-02-101-7/+4
* rpza: use fixed-width int typesAnton Khirnov2014-02-101-6/+7
* rpza: switch to bytestream2Anton Khirnov2014-02-101-36/+22
* lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-102-8/+20
* build: fix examples compilation when EXESUF is not emptyChristophe Gisquet2014-02-101-1/+1
* lavf: extend / improve the AVFormatContext doxyAnton Khirnov2014-02-101-32/+69
* lavf: add some basic documentation of the muxing processAnton Khirnov2014-02-101-0/+52
* lavf: rewrite the av_write_frame() doxyAnton Khirnov2014-02-101-9/+25
* lavf: rewrite the av_interleaved_write_frame() doxyAnton Khirnov2014-02-101-18/+26
* avplay: add support for seeking to chapter marksAnton Khirnov2014-02-102-0/+36
OpenPOWER on IntegriCloud