summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bfi: return meaningful error codes.Anton Khirnov2013-01-061-6/+6
* bethsoftvideo: return meaningful error codes.Anton Khirnov2013-01-061-3/+3
* avs: return meaningful error codes.Anton Khirnov2013-01-061-5/+5
* aura: return meaningful error codes.Anton Khirnov2013-01-061-5/+5
* asvdec: return meaningful error codes.Anton Khirnov2013-01-061-10/+10
* ansi: return a meaningful error codeAnton Khirnov2013-01-061-2/+2
* anm: return meaningful error codesAnton Khirnov2013-01-061-4/+4
* aasc: return meaningful error codes.Anton Khirnov2013-01-061-4/+4
* 8bps: return meaningful error codes.Anton Khirnov2013-01-061-5/+6
* 4xm: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-061-21/+31
* 4xm: eliminate a pointless indirectionAnton Khirnov2013-01-061-11/+2
* 4xm: simplify code with FFSWAPAnton Khirnov2013-01-061-4/+2
* 4xm: return meaningful error codesAnton Khirnov2013-01-061-19/+20
* x86: lavr: use the x86inc.asm automatic stack alignment in mixing functionsJustin Ruggles2013-01-051-26/+9
* swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-041-2/+4
* mxfdec: fix NULL checking in mxf_get_sorted_table_segments()Xi Wang2013-01-041-1/+1
* finalize changelog for version 9Reinhard Tartler2013-01-051-1/+2
* Prepare for 9 Release.Anton Khirnov2013-01-041-1/+1
* Update release notes for the 9 release.Anton Khirnov2013-01-041-2/+8
* avprobe: also output dar/par if only defined in streamAnton Khirnov2013-01-041-6/+9
* lavr: fix missing " in header documentationPeter Meerwald2013-01-041-1/+1
* aviobuf: Discard old buffered, previously read data in ffio_read_partialMartin Storsjö2013-01-031-0/+7
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-035-18/+84
* rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-033-13/+9
* aviobuf: Partial support for reading in read/write contextsMartin Storsjö2013-01-031-1/+8
* build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-033-9/+3
* cmdutils: update copyright year to 2013Johan Andersson2013-01-031-1/+1
* h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-031-14/+19
* forgotten changelogs for 9_beta2Reinhard Tartler2013-01-031-0/+2
* rtmp: Add support for limelight authenticationMartin Storsjö2012-12-313-8/+77
* rtmp: Add support for adobe authenticationMartin Storsjö2012-12-313-5/+161
* rtmp: Add a function for writing AMF strings based on two substringsMartin Storsjö2012-12-312-0/+22
* rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö2012-12-311-1/+1
* configure: suppress -fPIC in msvc buildsHendrik Leppkes2012-12-311-0/+1
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-314-4/+4
* truemotion2: Sanitize tm2_read_header()Diego Biurrun2012-12-311-23/+21
* FATE: add cavs testAnton Khirnov2012-12-302-0/+174
* cavsdec: export picture type in the output frameAnton Khirnov2012-12-302-16/+15
* cavs: deMpegEncContextizeAnton Khirnov2012-12-303-156/+189
* cavs: cosmetics, reformat top partAnton Khirnov2012-12-301-132/+145
* cavsdec: cosmetics, reformatAnton Khirnov2012-12-301-599/+617
* libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun2012-12-301-2/+2
* snow: use VideoDSPContextLuca Barbato2012-12-292-1/+3
* hlsenc: make segment number unsignedLuca Barbato2012-12-291-1/+1
* hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin2012-12-291-2/+5
* hlsenc: do not add timestamps in different timebasesLuca Barbato2012-12-291-2/+2
* hlsenc: use the correct AV_TIME_BASE macroKanglin2012-12-291-1/+1
* hlsenc: keep the playlist to the correct number of itemsLuca Barbato2012-12-291-2/+4
* hlsenc: use the segment filename in the playlist entryLuca Barbato2012-12-291-3/+1
* hlsenc: check append_entry return valueLuca Barbato2012-12-291-3/+6