2008-08-31 |
Ronald S. Bultje | Send RTSP OPTIONS command to detect server type. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Ronald S. Bultje | Read RealChallenge1 field from the server. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Ronald S. Bultje | Implement RTSPServerType enum as a way to identify... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Ronald S. Bultje | Revert back to old version (r15103). |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Stefan Gehrer | reduce code duplication by moving common header parsing |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Stefano Sabatini | Change headers' guardnames consistently with r15120. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Stefano Sabatini | Globally rename the header inclusion guard names. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Peter Ross | Display error message when user attempts to resample... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
David Conrad | Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplic... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
David Conrad | Declare ff_vp3_idct_data to be uint16_t |
commit | commitdiff | tree | snapshot |
2008-08-31 |
David Conrad | Don't declare SSE vp3 idct data static, so it can be... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | do no write multi descriptor when only one track is... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | factorize |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | remove mxf_build_structural_metadata, simplify |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | move mxf_write_package to permit function merge |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | cosmetics, Pair -> Entry |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | store index in table in MXFStreamContext, simplify |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | merge descriptor write table with essence container... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | fix type in prototype |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | remove header_byte_count_offset from context |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | simplify and correctly rewrite metadata in header parti... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | simplify current partition offset |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Ronald S. Bultje | Implement RTSP/Realmedia-compatible OPTIONS command... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Justin Ruggles | turn on E-AC-3 decoding support and update the Changelog |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | header partition is open incomplete for now |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Justin Ruggles | simplify code and comment regarding determination wheth... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | always write footer partition according to specs |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Justin Ruggles | use correct table name |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | 10l fix mxf_get_essence_container_ul |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | cosmetics, mux_write -> mxf_write |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | correctly set track duration |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Baptiste Coudurier | set duration to distinguished value |
commit | commitdiff | tree | snapshot |
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 |
next |