source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4aeb7769   13 years michaelni dump_metadata: Fix 0xd in metadata Fixed ticket245 Signed-off-by: …
(edit) @867b1067   13 years michaelni Attempt to fix ticket266 Signed-off-by: Michael Niedermayer …
(edit) @940a55cc   13 years michaelni eval: Fix 32bit unsigned parsing Fixes ticket264 Signed-off-by: …
(edit) @a7e4342f   13 years michaelni avidec: consider non video to contain only keyframes when seeking. …
(edit) @6c0f5172   13 years michaelni ffplay: dont drop frames by default when there is no audio stream …
(edit) @fd2c0a5d   13 years stefano.sabatini-lala lavfi: add layout negotiation fields and helper functions.
(edit) @527ca398   13 years stefano.sabatini-lala lavfi: use int64_t lists in AVFilteFormats The list type was changed …
(edit) @8f349b6   13 years stefano.sabatini-lala lavfi: fix realloc size computation in avfilter_add_format() Replace …
(edit) @c6e288a7   13 years stefano.sabatini-lala lavfi: fix Makefile HEADERS Add a missing space between …
(edit) @44f669e7   13 years stefano.sabatini-lala lavfi: add vsink_buffer, and use it in ff* tools Also add the public …
(edit) @e89ba76a   13 years stefano.sabatini-lala vsrc_color: use internal timebase Avoid timescale conversion, simplify.
(edit) @141f0354   13 years stefano.sabatini-lala opt: do not crash in av_set_options_string() if opts == NULL Add …
(edit) @15f03725   13 years stefano.sabatini-lala lavfi: add negate filter This filter is a simple wrapper around the …
(edit) @dd2793c8   13 years stefano.sabatini-lala lavfi: add LUT (LookUp Table) generic filters
(edit) @83f9bc8a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @15b4f644   13 years michaelni swscale: fix mono input for width%8 Fixes ticket193 Signed-off-by: …
(edit) @799a87d7   13 years michaelni avidec: Ignore unknown stream types Improves ticket131 …
(edit) @a4233d1f   13 years michaelni h264: print actual slice number in "Too many slices" warning …
(edit) @9291faeb   13 years michaelni jpegdec: include mjpb_skiptosod in debug output Signed-off-by: …
(edit) @a09a3e82   13 years michaelni jpegdec: fix CJPG decoding. Fixes ticket133 Signed-off-by: Michael …
(edit) @0aed4f81   13 years michaelni w32threads: with only 1 thread there cant be a active threading mode. …
(edit) @035c13e3   13 years michaelni ffmpeg: warn if samples need to be converted in a lossy way for …
(edit) @7ba26252   13 years michaelni flacenc: mark as lossless codec Signed-off-by: Michael Niedermayer …
(edit) @34dc7aa   13 years michaelni libavcodec: add CODEC_CAP_LOSSLESS Signed-off-by: Michael Niedermayer …
(edit) @dbafb0e0   13 years rsbultje lavf: prevent crash in av_open_input_file() if ap == NULL. Needed for …
(edit) @bed31c7   13 years siretart more Changelog additions
(edit) @84bd2b4   13 years anton lavf: add a forgotten NULL check in convert_format_parameters().
(edit) @ed63f527   13 years rsbultje Fix build if yasm is not available.
(edit) @f188a1e0   13 years rsbultje H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions. Mainly …
(edit) @bde80559   13 years Clément Bœsch dcaenc: small quantization simplification.
(edit) @47a8243c   13 years Carl Eugen Hoyos Fix -s documentation.
(edit) @2905e3ff   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @44d1b408   13 years michaelni qdm2: Fix alignment of local array. Fixes ticket270 Signed-off-by: …
(edit) @0c6cf3fa   13 years stefano.sabatini-lala vsrc_color: set output pos values to -1 -1 is more correct than 0, as …
(edit) @bb3a2b72   13 years stefano.sabatini-lala vsrc_color: add @file doxy Also remove outdated reference to color in …
(edit) @8055433b   13 years stefano.sabatini-lala graphparser: add missing NULL check in avfilter_graph_parse() Fix a …
(edit) @369c68c4   13 years Carl Eugen Hoyos Support DTS in mp4/mov.
(edit) @78440c00   13 years anton lavc: add opt_find to AVCodecContext class. Fixes encoder private …
(edit) @4f643430   13 years michaelni Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200' * commit …
(edit) @d8ee7770   13 years Carl Eugen Hoyos Do not crash if SDL_SetVideoMode() fails.
(edit) @d5708923   13 years Carl Eugen Hoyos Move do_exit() and stream_close() up.
(edit) @5ad05dd5   13 years Carl Eugen Hoyos Fix documentation for -ar and -ac.
(edit) @5fb67d80   13 years Carl Eugen Hoyos Fix compilation with old yasm.
(edit) @f6e2af4f   13 years michaelni ffmpeg: Force 420 with target dvd and svcd. Fixes ticket283 …
(edit) @3803af22   13 years anton h264: Complexify frame num gap shortening code By observation it did …
(edit) @c98b928   13 years anton intreadwrite.h: fix AV_RL32/AV_RB32 signedness. The output type of …
(edit) @aa15e687   13 years anton Fix decoding of mpegts streams with h264 video that does *NOT* have b …
(edit) @7c44d71   13 years anton Add minor bumps and APIChanges entries for lavf private options.
(edit) @55ba12e3   13 years anton ffmpeg: deprecate -vc and -tvstd They've been replaced by demuxer …
(edit) @8035f429   13 years anton ffmpeg: use new avformat_open_* API.
(edit) @50f2dfa   13 years anton ffserver: use new avformat_open_* API.
(edit) @e0518705   13 years anton ffprobe: use new avformat_open_* API.
(edit) @d0e142bb   13 years anton ffplay: use new avformat_open_* API.
(edit) @9ba38229   13 years anton cmdutils: add opt_default2(). It stores options in a dictionary to be …
(edit) @1b9b37b8   13 years anton dict: add AV_DICT_APPEND flag.
(edit) @25de595   13 years anton lavf: add avformat_write_header() as a replacement for …
(edit) @603b8bc   13 years anton Deprecate av_open_input_* and remove their uses. Deprecate the last …
(edit) @05e84c95   13 years anton lavf: add avformat_open_input() as a replacement for av_open_input_* …
(edit) @dc59ec5e   13 years anton AVOptions: add av_opt_find() as a replacement for av_find_opt.
(edit) @7e83e1c5   13 years anton AVOptions: add av_opt_set_dict() mapping a dictionary struct to a …
(edit) @0b7ccad6   13 years anton ffmpeg: don't abuse a global for passing frame size from input to …
(edit) @10de86b8   13 years anton ffmpeg: don't abuse a global for passing pixel format from input to …
(edit) @6ec2fd5f   13 years michaelni mmsh: fix 400 bad request There is no need to write two HTTP newlines …
(edit) @9446d759   13 years anton ffmpeg: merge output_codecs array into AVOutputStream members. …
(edit) @62940bb4   13 years anton ffmpeg: initialise encoders earlier. Fixes choosing supported …
(edit) @1d076f46   13 years diego rtpenc_latm: Consistently use "Libav" in license boilerplate.
(edit) @d8407339   13 years martin rtsp: Don't pass string pointer as format string to ff_url_join In …
(edit) @60953888   13 years martin mmsh: fixed printf injection bug in mmsh request Signed-off-by: …
(edit) @7cbc2e60   13 years anton codec-regression: remove pointless -r options for dnxhd
(edit) @7a02527b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ac3enc: …
(edit) @a0bafaab   13 years michaelni mmsh: fixed printf injection bug in mmsh request
(edit) @b203f654   13 years justin.ruggles ac3enc: use correct alignment and length in channel coupling dsp …
(edit) @a6286bda   13 years anton ffmpeg: don't abuse a global for passing framerate from input to …
(edit) @8f3e9997   13 years anton ffmpeg: don't abuse a global for passing channels from input to output …
(edit) @d7ee440   13 years anton ffmpeg: don't abuse a global for passing samplerate from input to …
(edit) @7f2228db   13 years Reimar.Doeffinger Make buffer size check consistent and avoid a possible overflow.
(edit) @c940c31c   13 years Reimar.Doeffinger Fix spelling.
(edit) @e7c7b2d8   13 years michaelni Full support for sending H.264 in RTP This implements support for the …
(edit) @88ff180   13 years mans ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes Signed-off-by: …
(edit) @3636e791   13 years diego swscale: use SwsContext for av_log when available Signed-off-by: …
(edit) @4f4d1358   13 years Carl Eugen Hoyos Support reading chan atoms with empty channel descriptions. Fixes …
(edit) @dbf23d19   13 years Carl Eugen Hoyos Reindent after last commit.
(edit) @b3452771   13 years Carl Eugen Hoyos Fix multi-channel AAC encoding. Fixes ticket 55.
(edit) @b1c450b   13 years Carl Eugen Hoyos Fix "redundant redeclaration" warning.
(edit) @19b8c988   13 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-encoder=ac3/ac3_fixed.
(edit) @c137fdd   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9e2f448d   13 years michaelni vf_mp: Fix large memleak. Signed-off-by: Michael Niedermayer …
(edit) @a60466db   13 years diego swscale: Remove HAVE_MMX from files that are only compiled with MMX …
(edit) @97e057ff   13 years diego swscale: Fix compilation with --disable-mmx2. Some MMX2 functions …
(edit) @b1931321   13 years michaelni mjpegenc: Fix JFIF version
(edit) @4e058302   13 years rsbultje swscale: remove misplaced comment. The comment should have been …
(edit) @0be37367   13 years rsbultje ffmpeg: fix streaming to ffserver.
(edit) @9f632111   13 years rsbultje swscale: split out RGB48 output functions from yuv2packed[12X]_c(). …
(edit) @d530e57   13 years mans build: move vpath directives to main Makefile Signed-off-by: Mans …
(edit) @0af8a71d   13 years rsbultje swscale: fix JPEG-range YUV scaling artifacts. YUV planes were marked …
(edit) @cf53c486   13 years mans build: move ALLFFLIBS to a more logical place Signed-off-by: Mans …
(edit) @e897a633   13 years mans ARM: factor some repetitive code into macros Signed-off-by: Mans …
(edit) @4ac5dffc   13 years Philip Langdale CrystalHD: Use mp4toannexb bitstream filter. The H.264 parser that we …
(edit) @7d2714d1   13 years Philip Langdale CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime. …
(edit) @11177a4d   13 years jason Fix SVQ3 after adding 4:4:4 H.264 support
Note: See TracRevisionLog for help on using the revision log.