source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @99cc7f8a   16 years lessen42 Altivec version of avg_no_rnd_vc1_chroma_mc8 Originally committed as …
(edit) @3992526b   16 years lessen42 Split VC1 loop filter into separate functions for h/v and size …
(edit) @0e58865d   16 years lessen42 Move VC1 loop filter to DSPContext Originally committed as revision …
(edit) @9bf0fdf   16 years lessen42 VC1: extend MMX qpel MC to include MMX2 avg qpel Originally committed …
(edit) @8013da73   16 years lessen42 VC1: add and use avg_no_rnd chroma MC functions Originally committed …
(edit) @c374691b   16 years lessen42 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only …
(edit) @08982bb4   16 years Carl Eugen Hoyos Cosmetics: Split long line. Originally committed as revision 18516 to …
(edit) @899f38d   16 years Carl Eugen Hoyos Fix two icc warnings #188: enumerated type mixed with another type. …
(edit) @34bcada   16 years Carl Eugen Hoyos Fix icc warning #188: enumerated type mixed with another type. …
(edit) @5c463aac   16 years Carl Eugen Hoyos Fix icc warning #188: enumerated type mixed with another type. …
(edit) @de5922f1   16 years vitor1001 For every line, copy 3*width bytes instead of linesize[0] to avoid …
(edit) @6cecd630   16 years lessen42 VC1: Do qpel when needed for both MVs in a B frame Originally …
(edit) @44be8d42   16 years ramiro.polla mingw32: FFmpeg now passes -fno-common automatically. Originally …
(edit) @e6327fba   16 years rsbultje Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC …
(edit) @d648c720   16 years diego whitespace cosmetics: Break some overly long lines. Originally …
(edit) @39e5f87   16 years cschieli Do not use abgrToA for both luma and alpha channel in hyscale. This …
(edit) @373afbaf   16 years rsbultje Increase the SDP buffer size (again!) and also increase the temporary …
(edit) @fe479c9d   16 years cschieli Also copy pixel_aspect when copying the picref in …
(edit) @184fcc60   16 years alex.converse Mark src constant in copy_block*(). Originally committed as revision …
(edit) @22c4c3e0   16 years justin.ruggles Support audio sample formats than S16 when encoding a small last …
(edit) @7c8689e   16 years baptiste.coudurier set pkt duration for last smaller frame, should fix alac in m4a muxing …
(edit) @bee3140a   16 years baptiste.coudurier fix indentation Originally committed as revision 18503 to …
(edit) @de481d7f   16 years baptiste.coudurier avoid strcmp NULL, fix segv on mingw Originally committed as revision …
(edit) @1894e741   16 years ramiro.polla win32, dos: Work around a bug in the GNU toolchain. The bug[1] is …
(edit) @c573eb8   16 years baptiste.coudurier fix indentation Originally committed as revision 18500 to …
(edit) @ad25b954   16 years stefano.sabatini-lala Fix skip_put_bits() buf_ptr increment. Originally committed as …
(edit) @0aed5e9f   16 years uhmmmm Skip loop iterations which are no-ops due to data1[-lag..-1] being …
(edit) @fb53b4a   16 years stefano.sabatini-lala Rename pbBufPtr() to put_bits_ptr(). The new name is more readable and …
(edit) @084c7cc5   16 years stefano.sabatini-lala Do not use full include path for get_bits.h, since the header is in …
(edit) @437f884d   16 years jmenon86 flacenc : do not #include libavutil/lls.h since lpc code is now …
(edit) @9106a698   16 years stefano.sabatini-lala Rename bitstream.h to get_bits.h. Originally committed as revision …
(edit) @309a8bb8   16 years jmenon86 alacenc : cosmetics : remove misleading comment Originally committed …
(edit) @b3eab9fb   16 years baptiste.coudurier seek inside buffer when offset is exactly at the end, fix seeking with …
(edit) @3321cb3f   16 years baptiste.coudurier move audio buffers declarations and free them in av_exit Originally …
(edit) @5973490a   16 years baptiste.coudurier move freeing code before exiting because of signal Originally …
(edit) @3b801075   16 years baptiste.coudurier free options contexts in av_exit, valgrind should be happy now …
(edit) @1bd280f7   16 years baptiste.coudurier Set frame defaults in try_decode_frame. Fix: ==22211== Conditional …
(edit) @1b661802   16 years baptiste.coudurier fix indentation Originally committed as revision 18482 to …
(edit) @e44745f1   16 years baptiste.coudurier fix indentation and remove whitespace after return Originally …
(edit) @e472ea34   16 years baptiste.coudurier reindent Originally committed as revision 18480 to …
(edit) @8fa0ae0   16 years baptiste.coudurier Init state to -1 in h264 parser. Fix: ==22063== Conditional jump or …
(edit) @cc3a2486   16 years diego Move addition of MMX-OBJS to OBJS into common.mak instead of …
(edit) @c5662879   16 years diego Move addition of MMX-OBJS to OBJS into common.mak instead of …
(edit) @457eed72   16 years diego whitespace cosmetics: Reindent a few lines and break a few excessively …
(edit) @8bf7a510   16 years Reynaldo H. Verdejo Pinochet Fix wrong size computation for buffer. Patch is part of netgem's …
(edit) @5137235   16 years diego Remove gcc_fixes.h. It only contains workarounds for unsupported gcc …
(edit) @788cca41   16 years diego Remove AltiVec optimizations for Snow. They are hindering the …
(edit) @d225a1e2   16 years michaelni Fix 2 access units in a packet mp4s. Fixes issue944 and possibly …
(edit) @ead79335   16 years michaelni Get rid of the non sensical idea of using the current picture for …
(edit) @256299d3   16 years michaelni Factorize field_end() out. Originally committed as revision 18472 to …
(edit) @7824b129   16 years michaelni Assert that the first list1 entry is a reference frame. Originally …
(edit) @238ef6da   16 years Reimar.Doeffinger Add a av_fast_malloc function and replace several uses of …
(edit) @9bf993a5   16 years Reimar.Doeffinger Use void * instead of uint8_t * for the destination buffer for …
(edit) @0c13bbf5   16 years Reimar.Doeffinger av_destruct_packet_nofree deprecation explained in APIchanges …
(edit) @55775b09   16 years Reimar.Doeffinger Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic …
(edit) @53bd67ec   16 years stefano.sabatini-lala Document pbBufPtr(). Originally committed as revision 18466 to …
(edit) @c950c25a   16 years baptiste.coudurier remove useless wrapper Originally committed as revision 18465 to …
(edit) @c96495e7   16 years Reimar.Doeffinger Move ea demuxer messages that are irrelevant to ordinary users from …
(edit) @7b9677f6   16 years baptiste.coudurier remove useless wrapper Originally committed as revision 18463 to …
(edit) @f28c4e75   16 years Reimar.Doeffinger Slightly improve/correct description of wc3_pal_lookup Originally …
(edit) @b2755007   16 years stefano.sabatini-lala Split bitstream.h, put the bitstream writer stuff in the new file …
(edit) @77daaf67   16 years michaelni Disable metadata reading. Yes, I would like to know what this code is …
(edit) @f79e331   16 years justin.ruggles Add names for 5.0 and 5.1 back speaker channel layouts. Originally …
(edit) @ebcf352a   16 years baptiste.coudurier replace DEBUG_SI with DEBUG and use dprintf Originally committed as …
(edit) @495b3766   16 years baptiste.coudurier Set stream type to ac3 if registration descriptor is present. Based on …
(edit) @4f1db48e   16 years baptiste.coudurier simplify registration descriptor parsing with bytestream get functions …
(edit) @a4d2af9b   16 years baptiste.coudurier Ok, ts demuxer is more complicated than I thought Revert r18454 and …
(edit) @2b97246e   16 years baptiste.coudurier fix end of buffer check, fix hang_read_header.h264.ts Originally …
(edit) @a3d23e15   16 years baptiste.coudurier fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of …
(edit) @d2e63e8b   16 years Reimar.Doeffinger Simplify packet duplication code in ff_interleave_add_packet. …
(edit) @031e14ea   16 years stefano.sabatini-lala Fix initialization of avpkt in output_packet(). Patch by Thilo …
(edit) @7ce04209   16 years Reimar.Doeffinger Fix "unrecognized WC3 chunk" debug output which was broken r18444 due …
(edit) @dae24349   16 years stefano.sabatini-lala Fix documentation for avcodec_encode_audio(), in the case of PCM audio …
(edit) @4af615b   16 years stefano.sabatini-lala Document the 'size' parameter of set_put_bits_buffer_size(). …
(edit) @930cab59   16 years stefano.sabatini-lala Document ff_put_string(). Originally committed as revision 18447 to …
(edit) @cfb9b355   16 years Reimar.Doeffinger wc3movie: return partial packets if not all data can be read. This is …
(edit) @cdbe3798   16 years Reimar.Doeffinger Explain the purpose of the wc3_pal_lookup and the formula that was …
(edit) @f6a708f   16 years Reimar.Doeffinger Use get_le32/get_be32 in wc3movie demuxer instead of reading …
(edit) @147a90a3   16 years stefano.sabatini-lala Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. Originally …
(edit) @54b02ccd   16 years stefano.sabatini-lala Rename the 'put_zero' parameter of ff_put_string() to …
(edit) @980f5451   16 years stefano.sabatini-lala Add documentation for skip_put_bytes(). Originally committed as …
(edit) @093364da   16 years stefano.sabatini-lala Doxygenate ff_copy_bits(). Originally committed as revision 18440 to …
(edit) @86755e82   16 years stefano.sabatini-lala Factorize declaration for the two variants of put_bits(). Originally …
(edit) @1b923aa   16 years michaelni Two INIT_VLC_USE_STATIC cases Carl missed. Originally committed as …
(edit) @78435e99   16 years michaelni get rid of INIT_VLC_USE_STATIC in h261. Originally committed as …
(edit) @76ac7198   16 years michaelni Get rid of INIT_VLC_USE_STATIC in rv10/rv20. Originally committed as …
(edit) @2a0241ae   16 years michaelni Get rid of INIT_VLC_USE_STATIC in 4xm. Originally committed as …
(edit) @5338bec6   16 years michaelni Get rid of INIT_VLC_USE_STATIC in asv1. Originally committed as …
(edit) @5cf4331b   16 years michaelni Get rid of INIT_VLC_USE_STATIC in msmpeg4 Originally committed as …
(edit) @0a73e94f   16 years stefano.sabatini-lala Clarify documentation for put_bits_count(). Originally committed as …
(edit) @80d403fc   16 years Reimar.Doeffinger Get rid of av_destruct_packet_nofree and use NULL instead. It is still …
(edit) @e161e007   16 years Carl Eugen Hoyos Use INIT_VLC_USE_STATIC and not its value "1". Originally committed …
(edit) @46e97dc   16 years Reimar.Doeffinger Reindent Originally committed as revision 18429 to …
(edit) @f772b7fa   16 years Reimar.Doeffinger Make electronicarts demuxer return partial frames, this is the default …
(edit) @facf521d   16 years stefano.sabatini-lala Document align_put_bits(). Originally committed as revision 18427 to …
(edit) @fc660a01   16 years stefano.sabatini-lala Doxygenate flush_put_bits() documentation. Originally committed as …
(edit) @e46ddebd   16 years stefano.sabatini-lala Doxygenate put_bits_count() documentation. Originally committed as …
(edit) @f77dddfc   16 years Carl Eugen Hoyos Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available …
(edit) @f7a2aab7   16 years stefano.sabatini-lala Doxygenate init_put_bits(). Originally committed as revision 18423 to …
(edit) @64bde197   16 years diego cosmetics: Rename prn variable to prng (Pseudo Random Number …
Note: See TracRevisionLog for help on using the revision log.