summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov2009-04-21
* Remove some useless assignments and variables found by ClangKostya Shishkov2009-04-21
* Make RV3/4 VLC tables use new static initialization methodKostya Shishkov2009-04-21
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-21
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-21
* Merge gray->gray converters into planarCopy(), this should also make planarCo...Michael Niedermayer2009-04-21
* Add macro to check for 16bit per sample.Michael Niedermayer2009-04-21
* Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer2009-04-21
* Use generic BE check instead of checking for gray16LE.Michael Niedermayer2009-04-20
* add isBE()Michael Niedermayer2009-04-20
* Fix crash when receiving from SDPLuca Abeni2009-04-20
* Make rv40 decoder use new static VLC initialization methodKostya Shishkov2009-04-20
* Compact and make constant two tables used by Musepack decodersKostya Shishkov2009-04-20
* Remove example programs with a wildcard expression.Diego Biurrun2009-04-20
* ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles2009-04-20
* indentMichael Niedermayer2009-04-19
* Only insert null packets into the video que if there is a video stream.Michael Niedermayer2009-04-19
* Add zygo fourcc.Michael Niedermayer2009-04-19
* IndentMichael Niedermayer2009-04-19
* Do not discard truncated packets.Michael Niedermayer2009-04-19
* Avoid 100% CPU useage at EOF.Michael Niedermayer2009-04-19
* Make sure that video frames are flushed at EOF.Michael Niedermayer2009-04-19
* Add channel layout support to the AC-3 encoder.Justin Ruggles2009-04-19
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-19
* Mark gsize variable as av_unused, fixes the warning:Diego Biurrun2009-04-19
* Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun2009-04-19
* Remove unnecessary assignment, found by CSA.Robert Swain2009-04-19
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-18
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer2009-04-18
* mlpdec: Read context variable to local variable to make code cleaner.Ramiro Polla2009-04-18
* mlpdec: {}- and whitespace-related cosmetics.Ramiro Polla2009-04-18
* mlpdec: Use some context arrays with local variables in rematrix_channels().Ramiro Polla2009-04-18
* truehd: Simplify rematrix_channels() as per Michael's original review.Ramiro Polla2009-04-18
* mlpdec: Make read_matrix_params() take unsigned int substr for consistency.Ramiro Polla2009-04-18
* mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.Ramiro Polla2009-04-18
* Add 3 channel layout convenience macros.Justin Ruggles2009-04-18
* Avoid code duplication in xan_unpack for the final memcpy.Reimar Döffinger2009-04-18
* Remove unused variable gsize, fixes the warning:Diego Biurrun2009-04-18
* PPC: check for x-form asm constraint supportMåns Rullgård2009-04-18
* Rename swscale_avoption.c to options.c.Stefano Sabatini2009-04-18
* Make sws_setColorspaceDetails() return -1 if the destination format isStefano Sabatini2009-04-18
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-18
* Cosmetics : reindent after last commit and remove redundant comment.Jai Menon2009-04-18
* Add speex tag to nsv_codec_audio_tags.Jai Menon2009-04-18
* Change nsvf_index_data to nsvs_file_offset for increased clarity.Jai Menon2009-04-18
* PPC asm for AV_RL*()Måns Rullgård2009-04-18
* ARM asm for AV_RN*()Måns Rullgård2009-04-18
* Reorganise intreadwrite.hMåns Rullgård2009-04-18
* Use sign_extend function instead of reimplementing it.Reimar Döffinger2009-04-17