source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ca16f88c   13 years onemda tiffenc: add .init Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @5a9d6993   13 years nicolas.george parseutils: ignore digits below the microsecond. Accept 1.1234567 as …
(edit) @b27c7d70   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mss1: …
(edit) @e346176d   13 years michaelni x86: cpu: clean up check for cpuid instruction support This adds …
(edit) @96890c00   13 years michaelni configure: Change the rdtsc check to a linker check A compile-only …
(edit) @84d902f   13 years michaelni mpeg4videoenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @43c60937   13 years michaelni mpeg4videodec: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @0abab003   13 years nicolas.george dpx: invalid aspect ratio is 0/1, not 0/0.
(edit) @acf02839   13 years Carl Eugen Hoyos Set default ffv1 coder to -1. Autoselect coder 1 instead of default …
(edit) @4c4e1256   13 years Carl Eugen Hoyos Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation …
(edit) @08ed3e8b   13 years Carl Eugen Hoyos Cosmetics: Move ffv1 encoder initialisation code.
(edit) @71c689e8   13 years michaelni dsputil: turn assert into if() as its possible to trigger with ffv1 …
(edit) @ed219ed3   13 years kostya.shishkov mss1: fix decoding masked regions in interframes Spotted by Alberto Delmás
(edit) @f39bbc9   13 years lu_zero mxfdec: fix off by one error. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @83728d2d   13 years lu_zero mxfdec: only parse next partition pack if parsing forward …
(edit) @34ca5ae5   13 years lu_zero mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only We cannot …
(edit) @634d6705   13 years lu_zero mxfdec: fix frame height vs field height confusion Reviewed-by: Tomas …
(edit) @5ed032fb   13 years lu_zero mxfdec: Add intra_only flag to MXFTrack This allows future …
(edit) @fb8fa3c6   13 years lu_zero mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a The "ECs …
(edit) @1fadf53e   13 years lu_zero mxfdec: truncate packets that extend past the next edit unit This …
(edit) @fda891e1   13 years lu_zero mxfdec: set pixel format for cdci picture formats The properties of …
(edit) @dfefede0   13 years lu_zero mxfdec: detect uncomp pictures using essence container ul This …
(edit) @5255ca24   13 years lu_zero mxfdec: set track edit rate num/den in expected order This matches …
(edit) @358d854d   13 years martin x86/cpu: implement get/set_eflags using intrinsics Signed-off-by: …
(edit) @c0ee695b   13 years martin x86/cpu: implement support for cpuid through intrinsics …
(edit) @3f150ffb   13 years martin x86/cpu: implement support for xgetbv through intrinsics …
(edit) @f80ddd5b   13 years martin lavu: use intrinsics for emms on systems lacking inline asm support …
(edit) @73077464   13 years Carl Eugen Hoyos Recognize yuv10 image files as v210x. Reviewed-by: Kieran Kunhya
(edit) @5bcabc56   13 years Carl Eugen Hoyos Define snow .pix_fmts to allow colour space auto-selection.
(edit) @620b1e7e   13 years martin mem: Don't abort on av_malloc(0) in debug mode This makes the …
(edit) @b4d0c3d9   13 years onemda exr: return proper error code instead of -1 Signed-off-by: Paul B …
(edit) @dc0d551b   13 years onemda exr: use buf_size instead of recalculating same value Signed-off-by: …
(edit) @1d890ec8   13 years michaelni h264/decode_scaling_matrices: fix coding order of 8x8 matrixes. This …
(edit) @e162733d   13 years michaelni h264: 12 and 14 bit support This works with I, P and B frames CAVLC …
(edit) @1465ecf0   13 years michaelni h264dsp: 12 and 14 bit support Signed-off-by: Michael Niedermayer …
(edit) @5d05acba   13 years michaelni h264pred: 12 and 14 bit support Signed-off-by: Michael Niedermayer …
(edit) @69d5e40e   13 years michaelni h264idct: 12 and 14 bit support Signed-off-by: Michael Niedermayer …
(edit) @6ff6a51b   13 years michaelni h264: limit 10bpp MC pading trick to 10bpp Signed-off-by: Michael …
(edit) @e8b9e1e2   13 years michaelni dsputil: extend things to 12 and 14 bits Signed-off-by: Michael …
(edit) @1a8b0025   13 years onemda fate: add test for paf demuxer Signed-off-by: Paul B Mahol …
(edit) @101615c7   13 years onemda fate: add test for paf video decoder Signed-off-by: Paul B Mahol …
(edit) @409cc458   13 years onemda fate: add test for paf audio decoder Signed-off-by: Paul B Mahol …
(edit) @c88d98fe   13 years stefasab lavfi/movie: reindent after the previous patch Signed-off-by: Steven …
(edit) @ac726a4   13 years stefasab lavfi/movie: flush decoder frames on EOF movie currently forwards EOF …
(edit) @a5382b50   13 years stefasab lavfi/buffersink: restore possibility to pass opaque data Use the …
(edit) @21d56098   13 years stefasab lavfi: add init_opaque callback This will be used by filters which …
(edit) @aef9e94f   13 years stefasab lavf/segment: add -segment_time_delta option
(edit) @2058b52c   13 years stefasab lavf/segment: add -segment_times option Address trac ticket #1504.
(edit) @f8911b9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mss3: …
(edit) @5467742   13 years kostya.shishkov mss3: use standard zigzag table
(edit) @acfb6b6c   13 years kostya.shishkov mss3: split DSP functions that are used in MTS2(MSS4) into separate file
(edit) @82f82ccf   13 years diego motion-test: do not use getopt() It is not available on all systems …
(edit) @5427df01   13 years martin tcp: add initial timeout limit for incoming connections …
(edit) @bf53863   13 years michaelni mpeg12: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @cdb3f2f5   13 years michaelni mpeg12enc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @c88a8327   13 years michaelni movenc: Addtion of \251cmt field to udta Allows support of comment in …
(edit) @36b2bd96   13 years Carl Eugen Hoyos Show hyphen in codec tag.
(edit) @8e85ba8d   13 years diego configure: Change the rdtsc check to a linker check A compile-only …
(edit) @8a645bfc   13 years anton avconv: propagate fatal errors from lavfi.
(edit) @cd99146   13 years anton lavfi: add error handling to filter_samples().
(edit) @8d18bc55   13 years anton fate-run: make avconv() properly deal with multiple inputs.
(edit) @083d0f6b   13 years anton asplit: don't leak the input buffer.
(edit) @1ffb6456   13 years anton af_resample: fix request_frame() behavior. Make sure that an output …
(edit) @6f834293   13 years anton af_asyncts: fix request_frame() behavior. Make sure that an output …
(edit) @0dd283fa   13 years anton libx264: support aspect ratio switching Signed-off-by: Anton Khirnov …
(edit) @5b7a88f   13 years anton matroskadec: honor error_recognition when encountering unknown elements.
(edit) @07df939a   13 years onemda exr: support for reading pixelAspectRatio Signed-off-by: Paul B Mahol …
(edit) @16a433d6   13 years onemda tiffenc: PIX_FMT_YUV440P support Signed-off-by: Paul B Mahol …
(edit) @e2a6eb8   13 years onemda sgidec: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @0f656935   13 years onemda sgidec: remove redundant argument from read_uncompressed_sgi() …
(edit) @60351ec   13 years onemda g723_1: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @5d23043c   13 years onemda exr: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @104ea001   13 years onemda dpx: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @7bc15516   13 years michaelni sgidec: fix off by 1 error that tested a sample too far for oob. This …
(edit) @30659a22   13 years onemda smush: properly flag audio packets Signed-off-by: Paul B Mahol …
(edit) @26fa841   13 years onemda paf: properly flag video packets Signed-off-by: Paul B Mahol …
(edit) @ca1f2b3e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d8ce478c   13 years michaelni lavf: limit "Adjusting PTS forward" code to video streams It can end …
(edit) @64103976   13 years justin.ruggles lavr: resampling: add support for s32p, fltp, and dblp internal sample …
(edit) @372647ae   13 years justin.ruggles lavr: resampling: add filter type and Kaiser window beta to AVOptions
(edit) @8ca08066   13 years justin.ruggles lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format …
(edit) @db0e7bd0   13 years justin.ruggles lavr: mix: validate internal sample format in ff_audio_mix_init()
(edit) @299387e   13 years nicolas.george vf_settb: rename the file as f_settb.
(edit) @65e65e3c   13 years nicolas.george settb: cosmetic: reindent vf_settb structure.
(edit) @ba856c0b   13 years nicolas.george lavfi: implement asettb filter.
(edit) @99622f6   13 years michaelni mpegaudioenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @a6a085a9   13 years michaelni v4l2: use av_assert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3f345290   13 years stefasab lavf/segment: sort options
(edit) @8dc31f8   13 years stefasab lavf/segment: make use of av_parse_time() when parsing the …
(edit) @0a7b8eff   13 years stefasab doc/muxers: sort options for the segment muxer
(edit) @7f08bfa   13 years stefasab lavf/segment: add segment_list_type option, extend format for the …
(edit) @b010d9b5   13 years stefasab lavf/nutenc: provide meaningful error message and error code in case …
(edit) @bba819bd   13 years nicolas.george fate: FLAC tests require SAMPLES.
(edit) @e145afb4   13 years michaelni vf_tinterlace: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @abb0a998   13 years stefasab lavfi: do not pass opaque field to init functions Fix signature …
(edit) @2d420087   13 years onemda sanm: make use of dsputil About 27% faster decoding. Signed-off-by: …
(edit) @acdf9a6c   13 years michaelni aacdec: correct "audio config changed" warning message Idea-by: …
(edit) @d039b607   13 years michaelni latm: fix initialization on some streams when no extradata is …
(edit) @66a29797   13 years rsbultje cmutils: include shellapi.h on Win32 (for CommandLineToArgvW). This …
(edit) @70731745   13 years Clément Bœsch x86inc: put basicnop under ifdef to prevent compile failure. This …
Note: See TracRevisionLog for help on using the revision log.