summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parseutils: Make av_small_strptime publicLuca Barbato2015-04-076-17/+42
* parseutils: Extend small_strptime to be used in avformatLuca Barbato2015-04-061-50/+58
* svq3: initialize some required H264Context fields.Anton Khirnov2015-04-051-0/+12
* libavcodec: Clarify the documentation of the internal codec capability flagsMartin Storsjö2015-04-051-2/+7
* avcodec/libx265: export chosen picture typesMichael Niedermayer2015-04-051-0/+13
* h264: reset the private data in init_thread_copy()Anton Khirnov2015-04-051-2/+2
* h264: remove a commented out nonsense lineAnton Khirnov2015-04-051-1/+0
* h264: drop redundant initialization of the scaling matricesAnton Khirnov2015-04-051-3/+0
* h264: factor out common code from init() and init_thread_copy()Anton Khirnov2015-04-051-39/+43
* h264: drop redundant initialization in init()Anton Khirnov2015-04-051-14/+0
* h264: initialize cur_chroma_format_idcAnton Khirnov2015-04-051-0/+1
* h264: use the correct SPS during PPS parsingAnton Khirnov2015-04-051-8/+14
* avconv: Avoid theoretical NULL dereferencesHimangi Saraogi2015-04-041-2/+7
* h264: disable ER by defaultAnton Khirnov2015-04-034-2/+30
* avconv: do not overwrite the stream codec context for streamcopyAnton Khirnov2015-04-031-11/+12
* FATE: add a test for parameter changes in HEVCAnton Khirnov2015-04-032-0/+270
* hevc: make sure no dangling pointers remain around on VPS/SPS changeAnton Khirnov2015-04-031-7/+39
* hevc: do not change the VPS if its contents are the sameAnton Khirnov2015-04-031-2/+8
* hevc: export stream parameters from extradataAnton Khirnov2015-04-031-1/+11
* hevc: split out setting AVCodecContext parametersAnton Khirnov2015-04-031-40/+48
* mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö2015-04-031-1/+4
* rtsp: Add a buffer_size optionLuca Barbato2015-04-013-10/+42
* rtp: Add an option to set the send/receive buffer sizeLuca Barbato2015-04-011-0/+4
* rtp: Map the urloptions to AVOptionsLuca Barbato2015-04-011-33/+65
* build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-3012-32/+66
* mjpeg: Use a more precise type for put_marker()Diego Biurrun2015-03-302-3/+4
* mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun2015-03-305-7/+10
* tiff: Return more meaningful error codesHimangi Saraogi2015-03-301-5/+6
* indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-308-13/+13
* qsv: Skip header compilation depending on what parts of qsv are enabledDiego Biurrun2015-03-301-1/+3
* udp: Fix pkt_size managementLuca Barbato2015-03-291-1/+1
* lavc: add libdcadec decoderHendrik Leppkes2015-03-295-0/+212
* lavc: add profile define for DTS ExpressHendrik Leppkes2015-03-293-1/+5
* lavc: add MMAL hardware decoder wrapperwm42015-03-2910-3/+802
* lavc: add Intel libmfx-based H.264 encoderAnton Khirnov2015-03-2710-10/+656
* qsvdec: add 'decode' to the non-static function namesAnton Khirnov2015-03-273-6/+6
* qsvdec: split off some code that will be shared with the encoderAnton Khirnov2015-03-277-95/+163
* qsv: rename to qsvdecAnton Khirnov2015-03-275-10/+10
* avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson2015-03-242-20/+16
* avisynth: Fix compilation against current 2.6 header(s).Stephen Hutchinson2015-03-241-5/+37
* vaapi_h264: fix slice data offsetHendrik Leppkes2015-03-231-1/+1
* dxva2_h264: fix slice offset in long slice structsHendrik Leppkes2015-03-231-1/+1
* lavc: Prefer x264 over openh264 if both libraries are availableMichael Niedermayer2015-03-231-1/+4
* pixfmt: Update documentation with prefixed pixel formatsVittorio Giovara2015-03-231-8/+8
* pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara2015-03-231-3/+6
* fate: Add test for tscc2 in movVittorio Giovara2015-03-233-2/+24
* mov: Write the display matrix in orderVittorio Giovara2015-03-234-9/+9
* movenc: Write the make and model metadata keys for mov style filesMartin Storsjö2015-03-231-0/+2
* avfilter: Document avfilter_graph_alloc return valueFederico Tomassetti2015-03-211-0/+2
* oggdec: Check memory allocationFederico Tomassetti2015-03-211-0/+5
OpenPOWER on IntegriCloud