2008-08-31 |
Baptiste Coudurier | correctly write codec ul, mpeg-2 needs profile and... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vitor Sessak | Misc cosmetics in compute_lpc_coefs(): braces removal... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Justin Ruggles | skip converter exponent strategy for all channels at... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vitor Sessak | Remove useless var in compute_lpc_coefs() |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Justin Ruggles | merge declaration and init. variable is not used outsid... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Justin Ruggles | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vitor Sessak | Merge declaration and initialization of a few vars... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Justin Ruggles | commit more OKed parts of the E-AC-3 decoder |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | simplify, pass AVStream directly instead of index |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | cosmetics, whitespace |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | remove now useless track_number_sign |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | put back mxf_essence_container_uls in demuxer as static... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | remove now useless mxf_essence_element_key array |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | fix track number ul in primer pack |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | introduce MXFContainerEssencePair to associate essence... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | replace sizeof(type) by sizeof *ptr |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | merge declaration and init |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | simplify mxf_write_essence_container_refs |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | factorize |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | change [0] to * |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | compute essence containers in mxf_write_header, this... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | get essence container ul in header and set it per track... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | move per track code in mxf_write_header to be able... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | rename variable |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Justin Ruggles | commit more OKed parts of the E-AC-3 decoder |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Justin Ruggles | commit more OKed parts of the E-AC-3 decoder |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | fix typos |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | cosmetics: header -> generic |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | cosmetics, remove useless braces, move comments where... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | simplify, and factorize |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | only put version in tag |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | always write required version string local tag |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | introduce mxf_write_local_tag_utf16 and factorize |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | use strlen and do not write useless trailing 0 accordin... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | write strings as utf16be |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Michael Niedermayer | Fix lossless jpeg encoder to comply to spec and store... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
David Conrad | Remove unused dequantization code from SSE VP3 IDCT |
commit | commitdiff | tree | snapshot |
2008-08-30 |
David Conrad | Use ff_pw_8 in MMX/SSE VP3 IDCT |
commit | commitdiff | tree | snapshot |
2008-08-30 |
David Conrad | Let ff_pw_8 be used as an SSE constant |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Justin Ruggles | cosmetics: update comment about dithering |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Michael Niedermayer | Remove the cos_mod table that has become unused after... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Michael Niedermayer | Replace obfuscated mdct in qmf_32_subbands() by ff_imdc... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Michael Niedermayer | Get rid of the 512 sample memmove(). |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Diego Biurrun | Add missing FFMPEG_ prefix to multiple inclusion guard. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Peter Ross | Remove 'currently unused' warning about SAMPLE_FMT_xxx. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | timestamps in flv are 32bits _signed_ according to... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Baptiste Coudurier | remove now useless casts |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | make has_codec_parameters not returning true when sampl... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | skip empty flv data packets, fix issue #602 |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | factorize packet skip code |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | simplify size handling code |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Bartlomiej... | Okayed parts of nellymoserenc.c |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Vitor Sessak | Remove useless zeroing of a buffer |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Robert Swain | Fix typo in element type |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Robert Swain | Remove unnecessary portion of a condition. This fixes... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | remove vorbis dec hack, decoding will be done anyway... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Stefano Sabatini | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Michael Niedermayer | Half the size of subband_fir_noidea and get rid of... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Stefano Sabatini | Cosmetics: vertical align in print_all_lib_versions(). |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Stefano Sabatini | Make show_version()/show_banner() print the libswscale... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Stefano Sabatini | Implement swscale_version(). |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Stefano Sabatini | Add to the ffmpeg manual an example showing how to... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Stefano Sabatini | Make X264_init() no longer assign avctx->rc_eq to libx2... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | speex in flv demuxing |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | cosmetics, typos, case |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Baptiste Coudurier | fix version string ul |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Michael Niedermayer | Move t1 and t2 declaration from the QMF code closer... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Michael Niedermayer | Simplify (drop useless intermediate sum and diff arrays). |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Andreas Öman | 5,1l: samples_chanptr[] should be (const float *) |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Andreas Öman | dca: Set data_size outside block loop. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Andreas Öman | dca: Do float -> int16 interleaving in-place using... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Kostya Shishkov | While APE changed container format in 3.98, frequency... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Peter Ross | Bump libavcodec minor version number for r15017. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Peter Ross | Add AVCodecContext.bits_per_raw_sample field. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Peter Ross | Change AVCodecContext.bits_per_sample to bits_per_coded... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Michael Niedermayer | Do not truncate timestamps before the muxer as it makes... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Justin Ruggles | cosmetics: change another "get" to "decode" |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Justin Ruggles | cosmetics: change "get" to "decode" |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Justin Ruggles | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Justin Ruggles | remove unneeded variable, dither_all |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Roman Shaposhnik | Intial implementation of the DV100 (AKA DVCPRO HD)... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Stefano Sabatini | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Stefano Sabatini | Reword a sentence in a doxy making its interpretation... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Roman Shaposhnik | Introducing video_stype for holding the value of VAUX... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ronald S. Bultje | Change implementation for ff_data_to_hex(), this is... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Kostya Shishkov | Add generic IIR filter interface with Butterworth lowpa... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Michael Niedermayer | Fix mid/side stereo buggy output zeroing, fixes issue26... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Justin Ruggles | cosmetics: rename a table |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Ronald S. Bultje | Export data_to_hex() as private API in lavf, rename... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Justin Ruggles | cosmetics: indent after last commit |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Justin Ruggles | do not read exponent strategies from each block for... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Roman Shaposhnik | Two cosmetic changes for improved readability and ease... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Roman Shaposhnik | Cosmetic change aimed at making it easier to see how... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Roman Shaposhnik | Factoring out chan_slice / 27 into seq variable |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Roman Shaposhnik | Simplification of how dct_mode affects decoding. |
commit | commitdiff | tree | snapshot |
next |