source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7ef5c80c   13 years michaelni af_null: fix copyright Authors according to blame are: 16 S.N. …
(edit) @fce30d8d   13 years stefasab lavfi: copy palette in start_frame() Fix -vf copy with pal8 format.
(edit) @f2ee0656   13 years stefasab lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.h Move …
(edit) @d0ad91c2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d0f78e77   13 years michaelni avidec: simplify avi_read_idx1() Signed-off-by: Michael Niedermayer …
(edit) @212f129f   13 years michaelni avidec: discard 0 packets even for sample_size==0 NI Fixes Ticket1332 …
(edit) @3cb83b22   13 years michaelni xsubdec: print frame size when too small Signed-off-by: Michael …
(edit) @121d3875   13 years michaelni lavf: print the invalid tb in avpriv_set_pts_info() Signed-off-by: …
(edit) @5e268633   13 years Carl Eugen Hoyos Do not leak extradata when encoding avui.
(edit) @fb6c6b15   13 years Carl Eugen Hoyos avuienc: Use field_order to determine if a stream is interlaced.
(edit) @7a0d00dc   13 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-demuxer=ogg …
(edit) @9ddc472   13 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-demuxer=flac …
(edit) @0da28d68   13 years nicolas.george af_amerge: compute output timestamp. Use the timestamps from the …
(edit) @e6aee467   13 years nicolas.george af_amerge: set samples rate in query_formats.
(edit) @e15f1286   13 years michaelni ffv1: fix decoder state_transition table This fixes a regression with …
(edit) @3f9d6e42   13 years martin os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2 …
(edit) @60c950ac   13 years michaelni dwt: use av_freep() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @ea5dab58   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dwt: …
(edit) @e5773d8b   13 years martin http: Add support for reading http POST reply headers Signed-off-by: …
(edit) @ba354a8c   13 years martin http: Add http_shutdown() for ending writing of posts Signed-off-by: …
(edit) @4a9ca935   13 years martin tcp: Allow signalling end of reading/writing tcp_shutdown() isn't …
(edit) @32d545e   13 years martin avio: Add a function for signalling end of reading/writing …
(edit) @0ce4a627   13 years anton lavfi: fix comment, audio is supported now.
(edit) @ce353a88   13 years anton lavfi: fix incorrect comment. poll_frame()/request_frame() are used …
(edit) @c04c533f   13 years anton lavfi: remove avfilter_null_* from public API on next bump. Those …
(edit) @43c7a01e   13 years anton lavfi: remove avfilter_default_* from public API on next bump. Those …
(edit) @88c3b87b   13 years anton lavfi: deprecate default config_props() callback and refactor …
(edit) @ccefa89f   13 years anton avfiltergraph: smarter sample format selection.
(edit) @0629f612   13 years anton avconv: rename transcode_audio/video to decode_audio/video. Those …
(edit) @f297dd38   13 years anton asyncts: reset delta to 0 when it's not used. Fixes an invalid write.
(edit) @713548c   13 years diego x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code. …
(edit) @841c1be5   13 years michaelni swr: check return value of swr_inject_silence/drop_output. …
(edit) @d9b92980   13 years michaelni libvorbis: only store version string if bitexact is not set. …
(edit) @a645049   13 years michaelni swr: check count argument of realloc_audio() Signed-off-by: Michael …
(edit) @50858a64   13 years Carl Eugen Hoyos Add Avid Meridien Uncompressed (AVUI) encoder.
(edit) @f452d6c   13 years michaelni mxfdec: fix frame height computation for mixed fields layout …
(edit) @965b8072   13 years michaelni vf_yadif: Fixed potential access violation on EOF. The correct …
(edit) @1dd71e1c   13 years michaelni rawdec: force timestamps from codec to be used This fixes playback …
(edit) @035f6620   13 years michaelni mpeg4videoparser: support using timestamps from codec. Signed-off-by: …
(edit) @a6b3471c   13 years michaelni avformat: add needs_parsing type to enable codec TS use. …
(edit) @696452e4   13 years michaelni avcodec: add parser flag to indicate that codec TS are the only …
(edit) @cc7fac99   13 years diego dwt: return errors from ff_slice_buffer_init()
(edit) @672f822   13 years onemda shorten: fix lossy decoding Closes #1299, #1300 and #1301. …
(edit) @c89e428e   13 years diego dwt: check malloc calls Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @3ea54294   13 years diego ppc: Drop unused header regs.h
(edit) @27127ebe   13 years stefasab doc: add syntax.texi file
(edit) @e0d8427d   13 years justin.ruggles af_resample: remove an extra space in the log output
(edit) @938adb7a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dwt: …
(edit) @5ff01259   13 years justin.ruggles Convert vector_fmul range of functions to YASM and add AVX versions …
(edit) @faa2930f   13 years michaelni flvdec: reenable extradata passing code This fixes passing junk in …
(edit) @afeb3590   13 years justin.ruggles lavfi: add an audio split filter Based on current version of the …
(edit) @cc30080   13 years justin.ruggles lavfi: rename vf_split.c to split.c This is in preparation for adding …
(edit) @a6f650af   13 years michaelni aac: fix SCE in stereo case, this is surprisingly actually needed …
(edit) @a3710f1e   13 years michaelni aacdec: print debug note when unexpected SCE/CPE is encountered …
(edit) @3230590c   13 years michaelni libavcodec: fix side data split with 0 sized packets Signed-off-by: …
(edit) @a1bb082   13 years michaelni libavcodec: correct consumed bytes for decoders Signed-off-by: …
(edit) @307562be   13 years michaelni mpeg4videodec: print more debug info for debug_pict_info …
(edit) @8258697c   13 years michaelni ivi_common: skip null frames for all indeo variants Signed-off-by: …
(edit) @13a867a   13 years diego dwt: K&R prettyprinting cosmetics Signed-off-by: Diego Biurrun …
(edit) @6374ee72   13 years stefasab ffprobe: remove ad-hoc behavior when nb_fmt_entries_to_show is 1 The …
(edit) @3853e1d9   13 years stefasab doc/ffprobe: document that ffprobe.xsd can be retrieved at a certain …
(edit) @db9e00f4   13 years diego Remove libnut wrapper libnut is unmaintained and known to be buggy; …
(edit) @9309bdfe   13 years diego fate: change name of FATE samples location environment variable …
(edit) @e9cef897   13 years justin.ruggles avformat: Add a flag to mark muxers that allow (non strict) monotone …
(edit) @349c6241   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: indeo: …
(edit) @432fe9a3   13 years michaelni ffmpeg: fix a crash with complex filters when pix_fmt is not specified …
(edit) @318e3957   13 years michaelni ffmpeg: drop get_sync_ipts() and drop related special case for video …
(edit) @b36a0a8   13 years michaelni lavf: also use codec aspect ratio in av_guess_sample_aspect_ratio Use …
(edit) @5d603f1b   13 years martin http: Factorize the code by adding http_read_header() This function …
(edit) @4a5d18b   13 years nicolas.george vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @dc6a02de   13 years nicolas.george vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @ca554fbc   13 years nicolas.george vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @2987efe9   13 years nicolas.george vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @5732f40e   13 years nicolas.george x11grab: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @3e630711   13 years nicolas.george v4l2: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @0ef4924d   13 years nicolas.george sdl: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @9bcd70aa   13 years nicolas.george bktr: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @16a44b41   13 years nicolas.george vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.
(edit) @2ec3e576   13 years nicolas.george opt: add AV_OPT_TYPE_IMAGE_SIZE.
(edit) @f7985f34   13 years michaelni exr: fix header parsing the header in the sample provided for ticket …
(edit) @92255132   13 years michaelni vf_scale: support dynamically changing input parameters. …
(edit) @4b5ff9b6   13 years michaelni ffplay: Use input picture parameters in input_request_frame(). Fixes …
(edit) @4d18f4c1   13 years michaelni id3v2: reject APICs with size of 0 fixes ticket #1324 Signed-off-by: …
(edit) @cb7b0f35   13 years michaelni flicvideo: support 256-bytes extradata sample: …
(edit) @718b90d4   13 years michaelni aasc: support 16bpp sample: …
(edit) @cf9812d2   13 years michaelni ffmpeg: move setting big_picture.pts up Signed-off-by: Michael …
(edit) @cd945d21   13 years stefasab lavu/tree: perform minor fixes to av_tree_insert() documentation
(edit) @4f04f5cc   13 years diego indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
(edit) @9ccbdc0a   13 years diego indeo: Drop unused debug function ivi_check_band().
(edit) @6adefee   13 years nicolas.george buffersrc: cosmetic: reindent.
(edit) @0c517644   13 years diego avcodec/utils: cast a function argument to shut up a compiler warning …
(edit) @4466d0e8   13 years diego truemotion1: remove disabled code
(edit) @f05b69a7   13 years kostya.shishkov fix typo in comment
(edit) @4852cb37   13 years mans fate: fix dependencies for non-SAMPLES avconv tests The encode/decode …
(edit) @ea07063f   13 years nicolas.george cmdutils: allow to specify a stream by its ID. The stream can be …
(edit) @bf3dce6b   13 years michaelni ffmpeg: change AVFMT_RAWPICTURE pts to reduce diff to qatar …
(edit) @13c254a2   13 years michaelni ffmpeg: random cosmectics to reduce diff to qatar Signed-off-by: …
(edit) @9ce3d03f   13 years michaelni ffmpeg: cosmetics to reduce difference to qatar by 101 lines …
(edit) @3ba90d9   13 years michaelni ffmpeg: cosmetics to reduce difference to qatar by about 90 lines …
(edit) @c53326a   13 years michaelni ffmpeg: move ost->frame_rate setting code before the filtergraph stuff …
Note: See TracRevisionLog for help on using the revision log.