]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-11-15 lu_zeroFlush SDP description
2008-11-15 rbultjeRename variables in ff_rdt_parse_header() and callers...
2008-11-14 henrycheck for interrupt when receiving from socket
2008-11-14 rbultjeAdd comment describing the RDT packet header. See discu...
2008-11-14 vitorMore OKed parts of the QCELP decoder
2008-11-14 bcouduriertimestamp is dts in wmv/asf
2008-11-14 bcoudurierremove useless mmx.h include
2008-11-14 bcoudurierconvert fdct_mmx to plain asm
2008-11-13 jbrrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 bcoudurieradd sse2 fdct
2008-11-13 cehoyosFix H.264 decoding.
2008-11-13 jbrcosmetics: vertical alignment
2008-11-13 jbrsilence a gcc warning about using an uninitialized...
2008-11-13 jbrcosmetics: indentation
2008-11-13 jbradd support for spectral extension
2008-11-13 jbradd a generic function to decode banding structure...
2008-11-13 jbradd a line break in error message text
2008-11-13 jbrsimplify decoding of coupling frequency range
2008-11-13 jbrcosmetics: rename two variables
2008-11-12 andomaAllow the UDP socket buffer size to be adjusted using a
2008-11-12 romanshTaking advantage of the new ->execute API
2008-11-12 mruARM: fix j_rev_dct_ARM
2008-11-12 romanshMaking it easier to send arbitrary structures as work...
2008-11-12 diegoRemove unused variable.
2008-11-11 vitorMore OKed parts of the QCELP decoder
2008-11-11 bananComment typo
2008-11-11 bananRemove channel layout table that only should be used...
2008-11-10 henryalways use the whole buffer for reading w/ packetized...
2008-11-10 andomaFix memory leak in libgsm wrapper.
2008-11-09 vitorMore OKed parts of the QCELP decoder
2008-11-08 diegoClarify that we require GNU make 3.81+.
2008-11-08 stefanoFix argument constness for the av_codec_get_id() and
2008-11-08 kostyaSplit RV3/4 deblock pattern into horizontal and vertica...
2008-11-08 stefanoAdd checks on the _mingw.h and w32api.h versions.
2008-11-08 kostyaDrop redundant check in RV3/4 deblock coefficients...
2008-11-08 prossElectronic Arts demuxer: support TGQ video tags
2008-11-08 prossElectronic Arts TGQ/TQI/MAD IDCT algorithm
2008-11-08 prossElectronic Arts TGQ video decoder
2008-11-08 romanshimplementing more efficient (and direct) allocation...
2008-11-08 prossPromote inv_aanscales array to global scope (ff_inv_aan...
2008-11-07 kostyaCalculating an additional MV-based deblocking pattern...
2008-11-06 mruOGG: correct PTS with old theora streams
2008-11-06 mruOGG: untypedef demuxer structs
2008-11-06 mruARM: change MUL16() macro to inline function
2008-11-06 mruARM: prettify MAC16() macro
2008-11-06 mruARM: change MULH() macro to inline function
2008-11-06 mruARM: change MULL() macro to inline function
2008-11-06 mruARM: mathops.h whitespace cosmetics
2008-11-05 diegoIgnore .ho files.
2008-11-05 diegoAdd missing #include "libavutil/avstring.h", fixes
2008-11-05 superdumpFix perceptual noise shaping scaling including an overs...
2008-11-05 diegoFix test program build: ff_eval was replaced by ff_eval2.
2008-11-05 prossDecode audio channel layout from RIFF/WAV file format.
2008-11-04 andomah264: Implement decoding of picture timing SEI message.
2008-11-04 andomaOnly warn about "Invalid and inefficient vfw-avi packed...
2008-11-03 diegoFix illegal identifier, __ are reserved for the system.
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
2008-11-02 bananChange the dca channel layout, S -> SIDE not BACK.
2008-11-02 andomaChange multichannel API define prefix from "CHANNEL_...
2008-11-02 reimarReplace long with x86_reg in postprocess_template.c...
2008-11-01 bananGuess channel layout based on the number of channels...
2008-11-01 bananAdd channel layouts for dca.
2008-11-01 kostyaIntroduce RV3-specific motion vector prediction.
2008-11-01 rathannEnable CMOV usage on x86_64 arch. All x86_64 CPUs have it.
2008-11-01 prossAdd audio channel layout API to libavcodec.
2008-10-31 mmu_manFix build.
2008-10-31 diegoInitialize variable to silence the warning:
2008-10-30 vitorOKed parts of the QCELP decoder
2008-10-30 diegoFix numbers in Doxygen comments, patch by Kenan Gillet...
2008-10-30 vitorUse ff_dot_productf() in ra288.c
2008-10-30 diegoRemove nonsense @return Doxygen comment for void function.
2008-10-30 diegocosmetics: small spelling fixes
2008-10-30 vitorAdd a LPC filter
2008-10-30 vitorAdd ff_dot_productf() to celp_math.{c,h}
2008-10-30 vitorMore OKed parts of QCELP data tables
2008-10-30 romanshrenaming macro in order to conform with the rest of...
2008-10-30 diegoAdd check target to run both tests and checkheaders...
2008-10-30 diegoRemove duplicated patch submission checklist entry...
2008-10-30 diegoRemove unused variable, patch by Art Clarke, aclarke...
2008-10-30 kostyaCorrect motion vector scaling in B-frames for RV3/4
2008-10-29 diegoasm() --> __asm__() in #warning comment
2008-10-29 diegoAdd missing headers to pass 'make checkheaders'.
2008-10-29 diegoFix av_picture_copy missing pixels on packed planar...
2008-10-29 diegoRevert adding controversial 'make checkheaders' item...
2008-10-29 michaelReset state after some frame header is found.
2008-10-29 diegoAdd 'make checkheaders' to developer guidelines and...
2008-10-29 diegoOKed parts of QCELP data tables
2008-10-29 michaelCheck sub_packet_size against 0 to avoid div by zero...
2008-10-28 cehoyosFix endless loop when opening corrupt FLV files (issue...
2008-10-28 diegoAdd the function declaration of ff_svq1_packet_checksum...
2008-10-28 michaelReplace litterally hardcoded max slice number by named...
2008-10-28 bananFix the fix.
2008-10-28 bananFix selection of quant step table
2008-10-28 bananFix huffman coded dca samples.
2008-10-28 kostyaDetect split RV30 slices
2008-10-27 kostyaFix chroma motion compensation for RV30
2008-10-27 flameeyesRename template included sources from .h to _template.c.
2008-10-27 aurelset correct number of fractions for multitable
2008-10-27 mruARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S
2008-10-27 mruARM: move VFP DSP functions to dsputils_vfp.S
next