source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dde0af2d   13 years michaelni vble: move get_bits_left() check out of inner loop, we can perform the …
(edit) @e3618cd4   13 years michaelni vble: remove vble_read_reverse_unary(), the code is a bit simpler this …
(edit) @35fd7b29   13 years michaelni vble: use LUT for vble_read_reverse_unary() slightly faster …
(edit) @c5e55e21   13 years michaelni vble: change variable to int, its slightly faster and int is …
(edit) @29582df7   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vble: …
(edit) @6761b6b8   13 years michaelni vble: remove vble_error_close It does not make much sense to factor …
(edit) @0c251257   13 years michaelni VBLE Decoder Add a decoder for the VBLE Lossless Codec, which still …
(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) @29ae0565   13 years janne-libav vble: remove vble_error_close It does not make much sense to factor …
(edit) @c433a3f9   13 years martin VBLE Decoder Add a decoder for the VBLE Lossless Codec, which still …
(edit) @b656c4d0   13 years justin.ruggles tta: use an integer instead of a pointer to iterate output samples
(edit) @5c210e2c   13 years justin.ruggles shorten: do not modify samples pointer when interleaving
(edit) @befc473c   13 years justin.ruggles mpc7: only support stereo input. The Musepack SV7 reference encoder …
(edit) @8dbc6d03   13 years justin.ruggles dpcm: do not try to decode empty packets
(edit) @e79da63   13 years justin.ruggles dpcm: remove unneeded buf_size==0 check. It is already checked in …
(edit) @9d06037d   13 years justin.ruggles twinvq: add SSE/AVX optimized sum/difference stereo interleaving
(edit) @7b966566   13 years justin.ruggles vqf/twinvq: pass vqf COMM chunk info in extradata This is needed …
(edit) @ca482ce4   13 years justin.ruggles vqf: do not set bits_per_coded_sample for TwinVQ. It is a lossy codec …
(edit) @a8a6da4a   13 years justin.ruggles twinvq: check for allocation failure in init_mdct_win()
(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) @124e5645   13 years rsbultje swscale: add padding to conversion buffer. Altivec does unaligned …
(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) @b8a1b880   13 years martin rtpdec: Simplify finalize_packet Signed-off-by: Martin Storsjö …
(edit) @b911518d   13 years martin http: Handle proxy authentication Tested with both Basic and Digest …
(edit) @b01f5ba2   13 years martin http: Print an error message for Authorization Required, too The …
(edit) @e1e2285   13 years anton AVOptions: don't return an invalid option when option list is empty
(edit) @45fcb86c   13 years anton AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) …
(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 …
Note: See TracRevisionLog for help on using the revision log.