summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make av_set_string() fail when number could not be set.Stefano Sabatini2008-05-15
* Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.Stefano Sabatini2008-05-14
* Update offset in the option string later, to have a better error message.Stefano Sabatini2008-05-14
* add missing \n in av_log messageAurelien Jacobs2008-05-13
* matroskadec: add support for zlib compressed tracksAurelien Jacobs2008-05-13
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-13
* Fix non-debug build.François Revol2008-05-13
* set temporary filenames before using themMåns Rullgård2008-05-13
* Add more support for Win64:Ramiro Polla2008-05-13
* Move arch check before OS check.Ramiro Polla2008-05-13
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-13
* Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2008-05-13
* Add MATROSKA_TRACK_TYPE_NONE.Carl Eugen Hoyos2008-05-13
* Make 'ffmpeg -formats' print codec long names.Stefano Sabatini2008-05-13
* Use pkg-config for libschroedinger libs, not only for CFLAGS.JonY2008-05-13
* Fix a typo.Stefano Sabatini2008-05-13
* Correct type for pcx_rle_decode().Carl Eugen Hoyos2008-05-12
* Also install .lib files with versioned filename.Ramiro Polla2008-05-12
* Create .lib files in the subdirs.JonY2008-05-12
* Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-12
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-12
* Do not use variable frame_info before its value is set.Carl Eugen Hoyos2008-05-12
* Use strcasecmp() instead of re-inventing it.Diego Pettenò2008-05-12
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-11
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-11
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-11
* Remove newly unused variables.Alexander Strange2008-05-11
* Use h->mb_xy directly in decode_cabac_residual().Alexander Strange2008-05-11
* Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange2008-05-11
* Simplify do_voice().Vitor Sessak2008-05-11
* Replace some hardcoded swapping with FFSWAP.Vitor Sessak2008-05-11
* Remove unused defines from ra144.Vitor Sessak2008-05-11
* cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet2008-05-11
* simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet2008-05-11
* Allow icc to compile with optimizations (pentium3, pentium4 or core2).Carl Eugen Hoyos2008-05-11
* Silence useless icc warnings.Carl Eugen Hoyos2008-05-11
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-11
* sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus netDave Yeo2008-05-11
* Document AVCodecContext channels field.Stefano Sabatini2008-05-11
* Fix type of dest_addr_len to respect return value of udp_set_url.Luca Abeni2008-05-11
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-11
* Fix compilation error.Vladimir Voroshilov2008-05-11
* fix reading of samples-per-frameJustin Ruggles2008-05-11
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-11
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-11
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-11
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10