summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | h2645_parse: initialize the GetBitContext to the proper sizeHendrik Leppkes2016-05-071-1/+1
* | hevc: fix size condition in ptl parsingHendrik Leppkes2016-05-071-1/+1
* | avformat/tee: Use ref instead copy in write_packetJan Sebechlebsky2016-05-071-2/+2
* | avformat/tee: Fix TeeSlave.bsfs pointer array sizeJan Sebechlebsky2016-05-071-1/+1
* | ffplay: force setting alsa buffer sizeMarton Balint2016-05-071-0/+7
* | riff: add comment for g721,g723 codec tagscompn2016-05-071-2/+2
* | avformat/riff: add M102 FourCCPiotr Bandurski2016-05-071-0/+1
* | avcodec/m101: simplify 8bit codeMichael Niedermayer2016-05-071-6/+2
* | avcodec/m101: remove unneeded zeroing of priv_data_sizeMichael Niedermayer2016-05-071-1/+0
* | avcodec/m101: Simplify if() conditionMichael Niedermayer2016-05-071-3/+3
* | fate: fix dcadec test dependenciesJames Almer2016-05-061-1/+1
* | configure: Only utvideo <= 15.3.0 is supported.Carl Eugen Hoyos2016-05-061-1/+3
* | avcodec/avcodec: Move AV_CODEC_ID_M101 to the 2nd group of video codecsMichael Niedermayer2016-05-061-1/+1
* | avformat/riff: add M101Michael Niedermayer2016-05-061-0/+2
* | avcodec: add M101 decoderMichael Niedermayer2016-05-066-1/+127
* | avcodec/nvenc: don't set profile in lossless modeTimo Rothenpieler2016-05-061-2/+2
* | avcodec/dcadsp: use LOCAL_ALIGNED_32 instead of LOCAL_ALIGNED(32, ...)James Almer2016-05-061-4/+4
* | avcodec: Add "sar" alias to "aspect" option of video encodersAndrey Utkin2016-05-064-0/+8
* | avfilter/graphparser: add '\r' as whitespaceMuhammad Faiz2016-05-062-2/+2
* | avutil/parsing: add '\r' as whitespaceMuhammad Faiz2016-05-064-4/+4
* | vc2enc: prevent random dataChristophe Gisquet2016-05-061-0/+5
* | fate: Add test for vorbis encoderPetru Rares Sincraian2016-05-051-0/+9
* | avcodec/alac: fix 20-bit supportPaul B Mahol2016-05-051-0/+7
* | lavd/avfoundation: use AVCodecParametersRick Kern2016-05-051-13/+13
* | avfilter/vf_waveform: fix order of graticule scale itemsPaul B Mahol2016-05-051-1/+1
* | avfilter/avf_showcqt: add .Muhammad Faiz2016-05-051-1/+1
* | fate: Add test for broken SPS (Ticket 2580)Michael Niedermayer2016-05-052-0/+86
* | vc2enc: do not print the lavc version if the bitexact flag is enabledRostislav Pehlivanov2016-05-051-2/+3
* | avformat/dtsdec: reduce the scope of crctabJames Almer2016-05-041-2/+1
* | avformat/dtsdec: detect core-less streamsfoo862016-05-041-7/+40
* | avformat/mpegtsenc: fix usage of AVStream.codecJames Almer2016-05-041-2/+2
* | avcodec/hevc_parser: fix packet_split function nameJames Almer2016-05-041-1/+1
* | avformat/h264dec: Avoid get_ue_golomb_31( ) due to ff_ prefixed table from go...Michael Niedermayer2016-05-041-3/+3
* | avformat/utils: Do not detect video codecs when audio is expectedMichael Niedermayer2016-05-041-0/+3
* | avformat/h264dec: Check pps_id/sps_id fields from parameter setsMichael Niedermayer2016-05-041-6/+44
* | lavc/videotoolboxenc: Set colorimetry valuesRick Kern2016-05-042-1/+213
* | lavc/videotoolboxenc: Support pixel aspect ratioRick Kern2016-05-041-0/+63
* | lavc/videotoolboxenc: Support for forced I-framesRick Kern2016-05-041-1/+25
* | lavc/videotoolboxenc: add concatentation propertiesRick Kern2016-05-041-0/+31
* | lavc/videotoolboxenc: Add realtime encoding propertyRick Kern2016-05-041-0/+14
* | lavc/videotoolboxenc: Handle out-of-memory and fix memory leakRick Kern2016-05-041-0/+5
* | lavc/videotoolboxenc: Fix DTSRick Kern2016-05-041-0/+9
* | lavc/videotoolboxenc: Fix AVCodecContext.has_b_frames usage.Rick Kern2016-05-041-1/+14
* | lavc/videotoolboxenc: Add entropy settingRick Kern2016-05-041-0/+33
* | lavc/videotoolboxenc: Require hardware encodingRick Kern2016-05-041-21/+17
* | lavc/videotoolboxenc: Handle hwaccel format as inputRick Kern2016-05-041-5/+21
* | lavc/videotoolboxenc: Use shared pixel buffer poolRick Kern2016-05-041-44/+160
* | avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAVPaul B Mahol2016-05-041-3/+11
* | avcodec/adpcm: replace char/short/long with int8_t/int16_t/intPaul B Mahol2016-05-041-12/+12
* | avcodec/dca: convert to AVCRCfoo862016-05-035-52/+33
OpenPOWER on IntegriCloud