summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c'Clément Bœsch2017-03-291-6/+8
|\ \ | |/
| * examples/encode_video: use the AVFrame API for allocating the frameAnton Khirnov2016-11-021-7/+12
* | doc/examples/{de,en}code_audio: fix includesClément Bœsch2017-03-292-7/+7
* | Merge commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83'Clément Bœsch2017-03-291-1/+3
|\ \ | |/
| * examples/encode_video: set the framerateAnton Khirnov2016-11-021-1/+3
* | Merge commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4'Clément Bœsch2017-03-291-1/+1
|\ \ | |/
| * examples/encode_video: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* | Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d'Clément Bœsch2017-03-297-366/+379
|\ \ | |/
| * examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-024-166/+192
* | Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56'Clément Bœsch2017-03-291-1/+1
|\ \ | |/
| * examples/decode_audio: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* | doc/examples/encode_audio: add missing returnClément Bœsch2017-03-291-0/+2
* | Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'Clément Bœsch2017-03-296-108/+156
|\ \ | |/
| * examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-024-98/+142
* | Merge commit 'f76698e759a08e8d3b629c06edb0439f474e7fee'Clément Bœsch2017-03-291-20/+10
|\ \ | |/
| * examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov2016-11-021-16/+10
* | Merge commit 'c00a11ab383ff276a2ab2fdba577945e48d465be'Clément Bœsch2017-03-291-4/+4
|\ \ | |/
| * examples/encode_audio: constify AVCodec instancesAnton Khirnov2016-11-021-4/+4
* | Merge commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d'Clément Bœsch2017-03-296-193/+241
|\ \ | |/
| * examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-024-171/+215
* | pthread_frame: minor simplification to error handlingwm42017-03-291-14/+5
* | avcodec/ac3dsp: add special-case handling for the C downmix_fixed functionJames Almer2017-03-281-0/+61
* | fate: add tests for ac3_fixed 5.1 downmixJames Almer2017-03-281-0/+8
* | aarch64/vp9dsp: add missing header includesJames Almer2017-03-282-0/+2
* | pthread_frame: don't sync items between threads for intra-only codecs.Ronald S. Bultje2017-03-281-1/+1
* | hevc: initialize no_rasl_output_flag in hevc_frame_start().Ronald S. Bultje2017-03-281-2/+2
* | h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje2017-03-283-35/+0
* | vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje2017-03-288-147/+178
* | vp9: split out reconstruction functions in their own source file.Ronald S. Bultje2017-03-287-634/+674
* | vp9: split out loopfilter functions in their own source file.Ronald S. Bultje2017-03-284-180/+208
* | vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-2823-294/+362
* | lavfi: fix race when func rets holder is NULLClément Bœsch2017-03-281-11/+6
* | avdevice/decklink: deprecate @mode syntax in device name to specify modeMarton Balint2017-03-282-4/+4
* | avdevice/decklink_enc: convert to std::atomicMarton Balint2017-03-281-4/+6
* | configure: use c++11 and fallback to c++0x for c++ filesMarton Balint2017-03-281-1/+1
* | doc/examples/transcoding: convert to codecparJames Almer2017-03-281-29/+67
* | dirac: make initialization of arithmetic coder tables threadsafe.Ronald S. Bultje2017-03-283-6/+19
* | doc/examples/extract_mvs: switch to codecparMatthieu Bouron2017-03-281-17/+20
* | doc/examples/remuxing: switch to codecparMatthieu Bouron2017-03-281-7/+35
* | doc/examples/muxing: re-indent blockMatthieu Bouron2017-03-281-9/+9
* | doc/examples/filtering_*: switch to codecparClément Bœsch2017-03-282-4/+14
* | avformat/flvdec: check FLVHeader PreviousTagSize0Steven Liu2017-03-281-1/+11
* | avcodec/extract_extradata_bsf: add missing break statement to extract_extrada...James Almer2017-03-281-1/+3
* | ffprobe: free log buffer's parent_name during cleanupJames Almer2017-03-271-0/+1
* | doc/ffprobe: add -show_log optionDave Rice2017-03-281-0/+7
* | ffprobe.xsd: add frame log dataDave Rice2017-03-281-0/+15
* | ffprobe: Support adding av_log output to framesMichael Niedermayer2017-03-281-1/+158
* | avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unoffi...James Almer2017-03-271-1/+1
* | avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4James Almer2017-03-271-1/+1
* | movenc: Add support for writing st3d and sv3d boxes.Aaron Colwell2017-03-271-0/+99
OpenPOWER on IntegriCloud