source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @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) @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
(edit) @7b442ad9   13 years jason H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
(edit) @c90b9442   13 years jason 4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
(edit) @173cd695   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (24 …
(edit) @fdb5e029   13 years Aurélien Jacobs matroskadec: properly decode color space in an endian neutral way
(edit) @5fec3a25   13 years Aurélien Jacobs matroskadec: use a temporary fourcc variable
(edit) @f440f742   13 years Aurélien Jacobs matroskaenc: ensure the written colorspace don't depend on host endianness
(edit) @99477adc   13 years justin.ruggles ac3enc: fix allocation of floating point samples. sizeof(SampleType) …
(edit) @35bdaf3   13 years diego utils: Drop pointless '#if 1' preprocessor directive.
(edit) @38c304ad   13 years justin.ruggles ac3enc: remove empty ac3_float function that is never called
(edit) @e0cc66df   13 years justin.ruggles ac3enc: split templated float vs. fixed functions into a separate …
(edit) @e754dfc0   13 years justin.ruggles ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples …
(edit) @36151b3e   13 years justin.ruggles ac3enc: use function pointer to choose between AC-3 and E-AC-3 header …
(edit) @504811ba   13 years jason Roll back 4:4:4 H.264 for now Needs some ARM/PPC asm modifications.
(edit) @295f0a25   13 years jason Fix SVQ3 after adding 4:4:4 H.264 support
(edit) @c177cfb4   13 years jason H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
(edit) @c9c49387   13 years jason 4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
(edit) @25f05ddb   13 years anton h264_parser: Fix whitespace after previous change. Signed-off-by: …
(edit) @a26ce1e2   13 years anton h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. …
(edit) @8d0786ec   13 years anton wav: remove an invalid free(). Signed-off-by: Anton Khirnov …
(edit) @a8fd2f4e   13 years anton lavf: initialise reference_dts in av_estimate_timings_from_pts. Fixes …
(edit) @108f318d   13 years anton h264: don't be so picky on decoding pps in extradata. Fixes issue2517 …
(edit) @3de33b00   13 years anton avcodec.h: add or elaborate on some documentation comments. …
(edit) @33aec3f4   13 years anton h264: change a few comments into error messages Signed-off-by: …
(edit) @86961eea   13 years anton ac3dec: fix doxy-style for comment ("/>" should be "/<" instead). …
(edit) @a31d4b3a   13 years anton img2: add .dpx to the list of supported file extensions. …
(edit) @294e5475   13 years anton ffv1: fix undefined behavior with insane widths. The new tables is …
(edit) @e6ba3d42   13 years Aurélien Jacobs replace remaining usage of deprecated av_metadata_set2() by av_dict_set()
(edit) @7ebaa967   13 years Aurélien Jacobs matroskaenc: write colourspace element for rawvideo tracks
(edit) @eb8de45c   13 years Aurélien Jacobs nsv: simplify probe function
(edit) @223694b4   13 years Aurélien Jacobs nsv: return error code instead of discarding it in read_header()
(edit) @9776e25d   13 years mans ARM: jrevdct_arm: simplify stack usage Signed-off-by: Mans Rullgard …
(edit) @13743c7a   13 years mans ARM: jrevdct_arm: use push/pop mnemonics Use push/pop instead of …
(edit) @77cdfde7   13 years mans ARM: jrevdct_arm: misc cleanup - use 'const' macro to define coeff …
(edit) @5c46ad1d   13 years mans ARM: optimised mpadsp_apply_window_fixed Signed-off-by: Mans Rullgard …
(edit) @b95d19b0   13 years siretart Add some (important) changelog entries
(edit) @058d0363   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @21d5de93   13 years michaelni H264: Reduce pointless diffs to qatar Signed-off-by: Michael …
(edit) @f0e9ee8d   13 years michaelni Revert "H264: Split out hl_motion and template it, this seems a bit …
(edit) @3fe6bbd5   13 years stefano.sabatini-lala libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()
(edit) @c5354942   13 years stefano.sabatini-lala avfiltergraph: make the AVFilterInOut alloc/free API public This is …
(edit) @6119b23   13 years stefano.sabatini-lala avfiltergraph: change the syntax of avfilter_graph_parse() Make it …
(edit) @86909dd5   13 years stefano.sabatini-lala graphparser: prefer void * over AVClass * for log contexts
(edit) @33eac92   13 years michaelni h264: Complexify frame num gap shortening code By observation it did …
(edit) @53781bf1   13 years michaelni Update todo All the known bugs in h264 are fixed so I'm calling it …
(edit) @225083ac   13 years michaelni mpeg12: replace 2 asserts by av_assert0 Signed-off-by: Michael …
(edit) @de859358   13 years anton cmdutils: add missing NULL check in parse_options() Fix ffplay -i …
(edit) @2f2c6040   13 years anton x11grab: remove a memory allocation and the associated memcpy. …
(edit) @d127d269   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @2291e18   13 years michaelni Fix --disable-everything Breakage was due to ff_find_pix_fmt() usage. …
(edit) @151c5841   13 years mans build: fix "make install" with documentation disabled Signed-off-by: …
(edit) @623ffe8c   13 years mans build: simplify some conditional targets Use intermediate targets …
(edit) @e8876902   13 years Clément Bœsch resample: clarify supported resampling. This also fix a crash on 8ch …
(edit) @d468ed03   13 years stefano.sabatini-lala lavfi: fix signature for avfilter_graph_parse() and …
(edit) @f5901fd3   13 years stefano.sabatini-lala avfiltergraph: use meaningful error codes
(edit) @7aa59471   13 years michaelni Revert "ac3: there was no libav in 2010 thus this code cannot be from …
Note: See TracRevisionLog for help on using the revision log.