summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-15
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-15
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
* Remove useless buffersVitor Sessak2008-05-15
* Simplify rotate_block()Vitor Sessak2008-05-15
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
* Declare vars as const when possibleVitor Sessak2008-05-15
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-15
* Read the bitstream where the data is actually needed instead of doing it in u...Vitor Sessak2008-05-15
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-15
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-15
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-15
* ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-15
* DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini2008-05-15
* 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
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-13
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-13
* Fix a typo.Stefano Sabatini2008-05-13
* Correct type for pcx_rle_decode().Carl Eugen Hoyos2008-05-12
* Replace one more occurrence of -1 with PIX_FMT_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
* 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
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-11
* Document AVCodecContext channels field.Stefano Sabatini2008-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
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-10
* Add missing required header directly.Diego Biurrun2008-05-09
* Add missing path to #include.Diego Biurrun2008-05-09