source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5f36065c   13 years Carl Eugen Hoyos Use AC-3 as default codec for wtv.
(edit) @ddeb194b   13 years michaelni mandelbrot: add a end_scale and pts so we can zoom in. Signed-off-by: …
(edit) @dece0172   13 years michaelni mandelbrot: center coordinate reference on the images center …
(edit) @aa198ad   13 years michaelni mandelbrot: make 2 variables const Signed-off-by: Michael Niedermayer …
(edit) @0e5b051   13 years michaelni mandelbrot: fix typo that led to hardcoded max iteration count. …
(edit) @ef4f4031   13 years Carl Eugen Hoyos Never use MP3 as default audio codec for asf. Some Windows versions …
(edit) @4ccd898a   13 years michaelni mandelbrot: support different outer coloring methods. Signed-off-by: …
(edit) @75e30916   13 years michaelni mandelbrot: make bailout a variable Signed-off-by: Michael …
(edit) @847e61de   13 years michaelni avfilter: bump minor for mandelbrot Signed-off-by: Michael …
(edit) @658d166d   13 years michaelni avfilter: add mandelbrot fraktal source Signed-off-by: Michael …
(edit) @e2adce3b   13 years Carl Eugen Hoyos asfenc: Use wmav2 audio codec by default.
(edit) @0b7aec5f   13 years Carl Eugen Hoyos Make PAL8 pcx images opaque.
(edit) @e22eff96   13 years Carl Eugen Hoyos Set palette for 1bit pcx. The stored palette contains zeroes only. …
(edit) @393b234f   13 years michaelni yadif, its 2011 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @825481e8   13 years michaelni yadif: reject reuse2 buffers as we cant use frames that change under …
(edit) @89d7f926   13 years michaelni vda: use fast reallocation. Signed-off-by: Michael Niedermayer …
(edit) @7437db84   13 years michaelni sws: Fix compilation with disabled MMX2 Signed-off-by: Michael …
(edit) @985e7680   13 years michaelni ffprobe: use av_noreturn Signed-off-by: Michael Niedermayer …
(edit) @db29da9a   13 years michaelni ffserver: use av_noreturn Signed-off-by: Michael Niedermayer …
(edit) @109d23e0   13 years michaelni ffplay: use av_noreturn Signed-off-by: Michael Niedermayer …
(edit) @8a2e7683   13 years michaelni ffmpeg: use av_noreturn Signed-off-by: Michael Niedermayer …
(edit) @6d4731e1   13 years michaelni avutil: add av_noreturn Signed-off-by: Michael Niedermayer …
(edit) @ec3c9a30   13 years michaelni ffmpeg: check debug scanf() return value. Signed-off-by: Michael …
(edit) @7d3982b   13 years michaelni ffmpeg: get rid of deprecated warnings due to AVOption useage. …
(edit) @9ef5d707   13 years michaelni Implement use_high_update_speed() and use_normal_update_speed() …
(edit) @144d8159   13 years michaelni Initialize num_logged_tiles and remove unnecessary codes (cherry …
(edit) @9634b1c6   13 years michaelni Log index for each line of output (cherry picked from commit …
(edit) @2f8b8f69   13 years michaelni Log tile size (cherry picked from commit …
(edit) @6e4a86a3   13 years michaelni Output decoded residues
(edit) @8f8dcf44   13 years michaelni Replace placeholders with actual calls to clear_codec_buffers() and …
(edit) @80fa79a3   13 years michaelni Implement lms_update() (cherry picked from commit …
(edit) @afd930dc   13 years michaelni Implement lms_predict() (cherry picked from commit …
(edit) @f12f1896   13 years michaelni Implement reset_codec() (cherry picked from commit …
(edit) @06b67051   13 years michaelni Add missing syntax elements to WmallDecodeCtx (cherry picked from …
(edit) @8a41fdf   13 years michaelni Add .recent syntax element to cdlms struct (cherry picked from commit …
(edit) @a868b6fe   13 years michaelni Analysis and spec comparison (cherry picked from commit …
(edit) @91528664   13 years michaelni Implement clear_codec_buffers() (cherry picked from commit …
(edit) @fd9ea040   13 years michaelni Add buffers to context necessary for reverting cdmls and mclms filter
(edit) @1f273373   13 years michaelni Analysis and spec comparison
(edit) @7344b75c   13 years michaelni Cosmetics (cherry picked from commit …
(edit) @6d91045   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
(edit) @299809de   13 years lu_zero doc: update libavfilter documentation Update the reference to the …
(edit) @554caed2   13 years michaelni cook: fix apparent typo in extradata parsing Signed-off-by: Michael …
(edit) @083d9ba4   13 years michaelni golomb: Fix overread in get_ur_golomb_jpegls() Fixes Ticket600 …
(edit) @a14708d4   13 years michaelni doc: update examples to use -b:v or -b:a Fixes Ticket613 …
(edit) @0e609d74   13 years Carl Eugen Hoyos Fix some 1bit bmp samples, they are palletised. Fixes ticket #632.
(edit) @371d15ec   13 years martin tls: Use the URLContext as logging context Signed-off-by: Martin …
(edit) @c9e5ac33   13 years alex.converse aes: Avoid illegal read and don't generate more key than we use.
(edit) @88b24369   13 years alex.converse mpc7: Fix memset call in mpc7_decode_frame function
(edit) @164fca3   13 years justin.ruggles atrac1: use correct context for av_log()
(edit) @c298b2b8   13 years justin.ruggles apedec: consume the whole packet when copying to the decoder buffer. …
(edit) @de157f21   13 years justin.ruggles apedec: do not needlessly copy s->samples to nblocks. also move …
(edit) @4315c7d3   13 years justin.ruggles apedec: check output buffer size after calculating actual output size
(edit) @ad17207b   13 years justin.ruggles apedec: remove unneeded entropy decoder normalization. The decoder …
(edit) @59f4d1b8   13 years justin.ruggles truespeech: use memmove() in truespeech_update_filters()
(edit) @41899b9a   13 years justin.ruggles vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check The user could …
(edit) @e551a6f4   13 years justin.ruggles vorbisdec: remove unneeded buf_size==0 check
(edit) @f666276f   13 years justin.ruggles vorbisdec: return proper error codes instead of made-up ones
(edit) @eb4fc6ac   13 years michaelni ffmpeg: update timestamping code to handle frame threads …
(edit) @80f716cd   13 years michaelni mpeg4videodec: fix lml4 and frame threading without -vsync 0 …
(edit) @f2d00155   13 years martin http: Don't add a Range: bytes=0- header for POST That header simply …
(edit) @2305742b   13 years janne-libav sunrast: Check for invalid/corrupted bitstream Signed-off-by: Janne …
(edit) @6149485f   13 years martin http: Change the chunksize AVOption into chunked_post The chunksize …
(edit) @a2519280   13 years martin http: Add encoding/decoding flags to the AVOptions Signed-off-by: …
(edit) @492cc1be   13 years anton avconv: remove some codec-specific hacks The problem they are …
(edit) @dc86ca1a   13 years anton crypto: add decoding flag to options.
(edit) @34ff0e29   13 years anton tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK
(edit) @3b384502   13 years anton http: use different classes for http and https.
(edit) @8ef79f42   13 years martin http: Change an error log message to a warning Signed-off-by: Martin …
(edit) @7590061e   13 years martin http: Remove the now unused ff_http_set_headers custom function …
(edit) @27fad11b   13 years martin mms: Set http custom headers via the AVOption Signed-off-by: Martin …
(edit) @196bf28c   13 years martin rtsp: Set http custom headers via the AVOption Signed-off-by: Martin …
(edit) @10da1e91   13 years martin http: Make custom headers settable via an AVOption Signed-off-by: …
(edit) @eaa8c1f9   13 years martin crypto: Don't manually free memory allocated via AVOptions …
(edit) @d10361b6   13 years martin avio: Free URLContext private data allocated via AVOptions …
(edit) @6c643e07   13 years rsbultje avc: fix memory errors when encoding invalid h264 codecdata …
(edit) @525a8f3b   13 years michaelni lavc: update AVCodecContext.delay documentation Based on reimars …
(edit) @3cc1af9d   13 years michaelni pthreads: export the delay that was previously exported by mangling …
(edit) @afc0a24d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @dec354b   13 years stefasab vf_fade: reindent after previous commit
(edit) @8c1fb50d   13 years stefasab vf_fade: add alpha option and alpha fading support Signed-off-by: …
(edit) @0d60261   13 years stefasab vf_fade: add support to options parsing Extend fade syntax, required …
(edit) @f1f6d361   13 years justin.ruggles avcodec: add support for planar signed 8-bit PCM. It is found in some …
(edit) @dea8f6e   13 years michaelni lowercase FRWU string 8556406d38dc2307dd3f187c4528d64f5c350d5f (lavc: …
(edit) @fed5ca25   13 years justin.ruggles ra144enc: add sample_fmts list to ff_ra_144_encoder This enables the …
(edit) @818a3bde   13 years justin.ruggles smackaud: use uint8_t* for 8-bit output buffer type This matches the …
(edit) @375ca0ac   13 years justin.ruggles smackaud: clip output samples
(edit) @c86c3c8   13 years justin.ruggles smackaud: use sign_extend() for difference value instead of casting
(edit) @701e5348   13 years michaelni vda: set destination image buffer attributes. Signed-off-by: Michael …
(edit) @e7062a1e   13 years michaelni audioconvert: make av_get_channel_layout accept composite names. …
(edit) @979c8de5   13 years justin.ruggles sipr: use a function pointer to select the decode_frame function
(edit) @3468ff10   13 years justin.ruggles sipr: set mode based on block_align instead of bit_rate the user is …
(edit) @0005f9a   13 years justin.ruggles sipr: do not needlessly set *data_size to 0 when returning an error
(edit) @8cd21070   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @9cb70ce3   13 years justin.ruggles ra288: fix formatting of LOCAL_ALIGNED_16
(edit) @82a1d575   13 years michaelni fraps: check overread per sample instead of per line Signed-off-by: …
(edit) @46082e61   13 years michaelni fraps: fix memleak Found-by reimar Signed-off-by: Michael Niedermayer …
(edit) @65ac513   13 years martin udp: Allow specifying the local IP address This is useful if sending …
(edit) @8892d049   13 years michaelni Revert commit 0bc391281ad80d4eb365f3d8978637b07003e8dc
(edit) @26ae9a5d   13 years michaelni pthreads: drop has_b_frames mangling, its buggy in many many ways, not …
Note: See TracRevisionLog for help on using the revision log.