summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avstring: Mark some character handling functions av_constHenrik Gramner2014-11-071-6/+6
* mjpegdec: fix undefined shiftVittorio Giovara2014-11-061-1/+3
* pthreads_frame: Do not leak on failure pathLuca Barbato2014-11-061-0/+1
* mpeg12dec: simplify context duplicationVittorio Giovara2014-11-061-2/+5
* mpeg12enc: factor out check in encode_dcVittorio Giovara2014-11-061-1/+2
* mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara2014-11-061-9/+7
* mpegvideo_enc: rework direct mode checkVittorio Giovara2014-11-061-20/+10
* nutdec: do not set has_b_framesAnton Khirnov2014-11-061-1/+0
* lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov2014-11-063-5/+15
* oggenc: accept only STREAMINFO extradataAnton Khirnov2014-11-061-5/+3
* lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov2014-11-063-3/+16
* lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov2014-11-063-15/+19
* riffenc: do not fall back on AVCodecContext.frame_size for MP3Anton Khirnov2014-11-061-7/+3
* lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov2014-11-062-2/+2
* lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-063-17/+38
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-068-42/+148
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-064-14/+14
* vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov2014-11-062-21/+29
* rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö2014-11-051-0/+3
* hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont2014-11-041-5/+5
* aacdec: add default case in channel layoutVittorio Giovara2014-11-041-0/+3
* aacsbr: change order of operation to prevent out of array readMichael Niedermayer2014-11-041-1/+2
* aacsbr: treat 1-d arrays as suchVittorio Giovara2014-11-031-2/+8
* celp_filters: don't use filter lenght as loop boundVittorio Giovara2014-11-031-1/+1
* error_resilience: initialize prev_* variablesVittorio Giovara2014-11-031-1/+1
* motion_est: remove dead codeVittorio Giovara2014-11-031-21/+1
* get_bits: remove unused assignmentVittorio Giovara2014-11-031-1/+1
* movenc: Define the flag bits using shifts instead of as decimal numbersMartin Storsjö2014-11-031-11/+11
* movenc: Don't write any iso brands in ismv filesMartin Storsjö2014-10-301-2/+0
* movenc: Don't write any tfdt atom for ismv filesMartin Storsjö2014-10-301-2/+3
* movenc: Write a 0 duration in mdhd and tkhd for an empty initial moovMartin Storsjö2014-10-301-6/+12
* movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö2014-10-294-4/+20
* movenc: Signal iso6 in compatible_brands when using tfdtMartin Storsjö2014-10-291-0/+5
* doc: Document the omit_tfhd_offset flag to the mp4 muxerMartin Storsjö2014-10-291-0/+3
* movenc: Use a local variable consistentlyMartin Storsjö2014-10-291-1/+1
* movenc: Don't check the custom IO flag when using faststartMartin Storsjö2014-10-291-3/+2
* movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö2014-10-292-1/+4
* bethsoftvid: simplify return handlingVittorio Giovara2014-10-291-2/+0
* assdec: check av_new_packet return valueVittorio Giovara2014-10-291-1/+4
* jack: Use av_strerrorLuca Barbato2014-10-291-1/+4
* fbdev: Use av_strerrorLuca Barbato2014-10-291-6/+14
* mtv: improve header check and avoid division by zeroVittorio Giovara2014-10-291-2/+5
* oggenc: remove unneeded null checkMichael Niedermayer2014-10-291-1/+1
* configure: Check only for xcbLuca Barbato2014-10-281-1/+1
* lavd: fix building x11grab after a6674d2Anton Khirnov2014-10-281-1/+1
* vdpau: return MAIN instead of BASELINE for H.264 CBPRémi Denis-Courmont2014-10-281-1/+1
* vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBPRémi Denis-Courmont2014-10-281-1/+1
* mxfdec: reduce loop bound in mxf_read_pixel_layout()Tomas Härdin2014-10-271-1/+1
* bethsoftvid: check return value and clean memoryVittorio Giovara2014-10-271-0/+4
* filmstripdec: avoid integer overflowVittorio Giovara2014-10-271-1/+1
OpenPOWER on IntegriCloud