source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9946da49   10 years michaelni avcodec/flac_parser: use av_freep(), do not leave stale pointers in …
(edit) @fd367668   10 years michaelni avcodec/flac_parser: use av_freep(), do not leave stale pointers in …
(edit) @5ee6fb75   10 years michaelni avfilter/vf_pp: add gbrp support Signed-off-by: Michael Niedermayer …
(edit) @d58fa948   10 years michaelni avformat/mp3enc: use initial_padding Signed-off-by: Michael …
(edit) @83f84e4c   10 years michaelni ffmpeg: Fix stream copy with initial_padding Signed-off-by: Michael …
(edit) @4694c0bb   10 years michaelni Merge commit 'eabdc2a830f1ab1a3f12243eb7e2fba801cb81f0' * commit …
(edit) @320ce9f2   10 years michaelni avcodec/ac3enc_template: use the initial_padding field Signed-off-by: …
(edit) @da218959   10 years michaelni Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' * commit …
(edit) @1f20fa2d   10 years michaelni avcodec/aacdec: print element types when debug startcode is set …
(edit) @b9918a76   10 years michaelni Merge commit 'c80a816142699dea9cf9fa66689a7838a487ed7e' * commit …
(edit) @40f2b16d   10 years michaelni avformat/utils: print more information with av_dlog() in …
(edit) @d3d265ba   10 years michaelni Merge commit '1f29e5d7a2b0950f3b6820896e97e2c02e6a10a9' * commit …
(edit) @eabdc2a8   10 years anton lavf: use initial_padding instead of deprecated delay
(edit) @2df0c32e   10 years anton lavc: use a separate field for exporting audio encoder padding …
(edit) @f87134c7   10 years michaelni avformat/movenc: add support for syncframes concatenation for E-AC-3. …
(edit) @4da7111e   10 years michaelni avcodec/aacdec: map LFE[0] to SCE[1] for 4.0 audio. Fixes ticket …
(edit) @0b7e5d0   10 years michaelni postproc: fix qp count Found-by: ubitux Signed-off-by: Michael …
(edit) @57884172   10 years michaelni avformat/mov: fix mix of declaration and statement Signed-off-by: …
(edit) @c80a816   10 years janne-libav h263dec: call get_format() on resolution changes Fail safe if the …
(edit) @1f29e5d7   10 years janne-libav h263dec: call get_format after setting resolution and profile Bug-Id: 541
(edit) @a586b3d9   10 years onemda libavcodec/libtwolame: fix null pointer dereference Signed-off-by: …
(edit) @a59808dd   10 years michaelni mov.c: allow reading fragment start dts/pts from fragmented mp4 This …
(edit) @b8c50bec   10 years michaelni avfilter/vf_pp: support AV_PIX_FMT_GRAY8 Signed-off-by: Michael …
(edit) @7a113333   10 years michaelni libpostproc: support grayscale Signed-off-by: Michael Niedermayer …
(edit) @25a41808   10 years michaelni Merge commit '76c70e33d2244a688832f03b53862eb5d9ad3b01' * commit …
(edit) @094b3ce8   10 years michaelni Merge commit 'e44ee1eb8db7393e9d43207c2e1812720e292e6d' * commit …
(edit) @20a66868   10 years michaelni Merge commit 'dad12ce452a9d69c0d9d53c375003947d5f1b02e' * commit …
(edit) @ca5a7719   10 years michaelni Merge commit 'dbb472cb2f2f799295a12b4922a6a8be2cccfdee' * commit …
(edit) @ccd04f43   10 years James fate: add test for vp90-2-trac3849.webm Regression test for the bug …
(edit) @687cc83   10 years michaelni Merge commit '95ee4e2ce774e0339632d067161596bf3dadfc72' * commit …
(edit) @031285de   10 years michaelni Merge commit '72f801619a1ae91969fee9a7d72519422433c998' * commit …
(edit) @5afe1233   10 years michaelni Merge commit '8bef43388132b53f59a6e90add18900a3bb4cc60' * commit …
(edit) @941aaa39   10 years michaelni postproc/postprocess: fix quant store for fq mode Signed-off-by: …
(edit) @9a460db6   10 years michaelni avfilter/vf_pp: add yuv 4:4:0 support Signed-off-by: Michael …
(edit) @1d3c87d6   10 years michaelni postprocess: add YUV 4:4:0 support Signed-off-by: Michael Niedermayer …
(edit) @59d8050d   10 years James avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft
(edit) @76c70e33   10 years lu_zero icecast: Do not use chunked post Icecast uses HTTP 1.0 while Libav …
(edit) @e44ee1eb   10 years martin movenc: Simplify code by using an existing local pointer …
(edit) @dad12ce4   10 years martin movenc: Print a warning for an unhandled case of nonzero start dts …
(edit) @dbb472cb   10 years martin movenc: Write edit lists for fragmented files as well, if necessary …
(edit) @95ee4e2c   10 years martin movenc: Add some comments explaining subtle details in writing the …
(edit) @72f80161   10 years martin movenc: Adjust edit lists to trim out parts of tracks with negative …
(edit) @8bef433   10 years martin smoothstreamingenc: Simplify code by removing a redundant variable …
(edit) @acea53f   10 years michaelni avcodec/eatgv: use av_freep(), do not leave stale pointers in memory …
(edit) @28b829b8   10 years michaelni avcodec/eatqi: use av_freep(), do not leave stale pointers in memory …
(edit) @20df0268   10 years michaelni avcodec/error_resilience: avoid pointer arithmetic with NULL move the …
(edit) @bec077a1   10 years michaelni Merge commit 'bd239c9a2e151c0aeeb653a571f130aae7320894' * commit …
(edit) @bd239c9a   10 years martin lavf: Don't drop both pts and dts if timestamps are invalid In these …
(edit) @0db1f2c   10 years michaelni avcodec/mjpegdec: sanity check bits Fixes undefined shift Fixes: …
(edit) @903156aa   10 years michaelni vf_drawtext: add missing clear of pointers after av_expr_free() Fixes …
(edit) @e24e598   10 years michaelni avcodec/dct: use av_freep(), do not leave stale pointers in memory …
(edit) @3521c70   10 years michaelni avcodec/dirac_parser: use av_freep(), do not leave stale pointers in …
(edit) @c712d240   10 years michaelni avcodec/eamad: use av_freep(), do not leave stale pointers in memory …
(edit) @8c4ca4a   10 years michaelni ffmpeg_opt: abort if -to <= -ss Makes ffmpeg abort instead of …
(edit) @140f5355   10 years michaelni proresenc_ks: use chroma sampling in autoselection If the chroma …
(edit) @c44d8d9   10 years michaelni avutil/lzo: fix resource leak Signed-off-by: Ruoyu …
(edit) @fba89461   10 years michaelni swscale: support internal scaler cascades Fixes Ticket3170 …
(edit) @b8a55994   10 years michaelni avcodec/mpeg12dec: print aspect_ratio_info in debug output …
(edit) @ae17a0c2   10 years michaelni Merge commit '1d4579e38ecad578c86516fad2837a273d11b320' * commit …
(edit) @937aac4f   10 years u avformat/assenc: make sure we crawl extradata only if it's non-null
(edit) @d2463971   10 years michaelni Merge commit 'cd9d6399fd00f5aeacaa90cdc0b74c3570024119' * commit …
(edit) @76d1ffff   10 years michaelni Merge commit '3df8d52fcdc9036b4074fdc612d487ece8bb5b7f' * commit …
(edit) @7028475f   10 years michaelni Merge commit 'c839b0439f0b01c72a6d253920d2e342b30f8bcb' * commit …
(edit) @c9791925   10 years michaelni Merge commit '8b2e9636c57b22582143467a8a06b509b47b92f9' * commit …
(edit) @544f8114   10 years michaelni Merge commit 'c27328e749ff3be648411765cd17362fee017341' * commit …
(edit) @cec7afd   10 years michaelni Merge commit '09e1ccc8cddc946da5e10841f10dc5ebdd187d9d' * commit …
(edit) @fc6aa304   10 years michaelni Merge commit 'eb4f9069002e73648f6640cd054fc814cfda75b8' * commit …
(edit) @cb530dda   10 years michaelni utvideoenc: properly set slice height/last line Mimic decoder and …
(edit) @171d971d   10 years michaelni avutil/softfloat: Fix undefined shift in av_add_sf() Signed-off-by: …
(edit) @5e6fd13   10 years michaelni avformat/movenc: add EAC3 muxing support. Support only one …
(edit) @5402d1bc   10 years James float_dsp-test: allow forcing cpuflags Reviewed-by: Michael …
(edit) @ea77d3b8   10 years michaelni avcodec/atrac3: use av_freep(), do not leave stale pointers in memory …
(edit) @3537ddb7   10 years michaelni avcodec/cavs: use av_freep(), do not leave stale pointers in memory …
(edit) @1d4579e   10 years lu_zero tcp: Add AVOption support
(edit) @cd9d6399   10 years lu_zero tls: Support passing old-style tcp options Make tcp and tls urls …
(edit) @3df8d52f   10 years lu_zero rtsp: Add rtsps to the probe
(edit) @c839b043   10 years lu_zero rtsp: Support tls when in listen mode
(edit) @8b2e9636   10 years lu_zero rtsp: Support tls-encapsulated RTSP
(edit) @c27328e   10 years lu_zero rtsp: Check for command strings without spaces Prevent a NULL-pointer …
(edit) @09e1ccc8   10 years lu_zero sctp: Use AVERROR_BUG instead of abort() Trying to write to a stream …
(edit) @eb4f9069   10 years lu_zero lavf: More informative error message Print the timestamp values and …
(edit) @0d71bd5a   10 years michaelni libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() for …
(edit) @c1fa5d1b   10 years michaelni libavcodec/ppc/me_cmp.c : fix sad16_altivec() sse16_altivec() …
(edit) @162b5211   10 years Reynaldo H. Verdejo Pinochet vp9: enable multi-thread decoding when refreshctx is equal to 0 In …
(edit) @c5ca76ad   10 years michaelni libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and …
(edit) @31dea051   10 years michaelni libavcodec/ppc/pixblockdsp.c : fix get_pixels_altivec() and …
(edit) @54df78af   10 years michaelni Merge commit 'b7c3bfd5eb3153f7de8039f96e7911b2a1d46cae' * commit …
(edit) @09c538b6   10 years michaelni Merge commit '73ea3ffcd55b0b1d23ba4769d65996a8d58ffa11' * commit …
(edit) @b7c3bfd5   10 years martin w32pthreads: use the condition variable API directly when targeting …
(edit) @73ea3ffc   10 years martin w32pthreads: use the CONDITION_VARIABLE typedef if available This …
(edit) @19b4c0cc   10 years michaelni ffprobe: Simplify by using av_color_range_name() Idea from: …
(edit) @e96fb980   10 years michaelni avformat/format: move mime_type_opt declaration to where its used …
(edit) @27123a77   10 years michaelni avformat/os_support: include unistd.h before defining lseek to lseek64 …
(edit) @9665a0fd   10 years michaelni avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to …
(edit) @233f3ad8   10 years michaelni lavf/webm_dash: Allow filenames without directories Fix basename …
(edit) @ce928d7d   10 years Marton Balint ffplay: dont leave swresampler in half initialized state On init …
(edit) @8c6992bf   10 years James compat/w32pthreads: use the condition variable API directly when …
(edit) @241b306b   10 years michaelni Fix writing first audio Cues in dash mode. In dahsmode Matroska is …
(edit) @0c069493   10 years James compat/w32pthreads: use the CONDITION_VARIABLE typedef if available …
(edit) @99afec08   10 years michaelni avutil/softfloat: add some asserts Signed-off-by: Michael Niedermayer …
Note: See TracRevisionLog for help on using the revision log.