19610 Commits (38efe76877333ab782c8faeb9ba21cb64b5e0409)
 

Author SHA1 Message Date
Diego Biurrun 9292bd7725 Remove example programs with a wildcard expression. 16 years ago
Justin Ruggles be1efe5993 ac3enc: log a warning message if the channel layout is not specified at 16 years ago
Michael Niedermayer 26534fe847 indent 16 years ago
Michael Niedermayer 9dc4176702 Only insert null packets into the video que if there is a video stream. 16 years ago
Michael Niedermayer 5aef84623a Add zygo fourcc. 16 years ago
Michael Niedermayer 34365443fd Indent 16 years ago
Michael Niedermayer 012e4f5a18 Do not discard truncated packets. 16 years ago
Michael Niedermayer b40831715a Avoid 100% CPU useage at EOF. 16 years ago
Michael Niedermayer 75bb7b0add Make sure that video frames are flushed at EOF. 16 years ago
Justin Ruggles 120b4557f3 Add channel layout support to the AC-3 encoder. 16 years ago
Justin Ruggles bfeca7beb6 Add channel layout support to the AC-3 decoder and AC-3 parser. 16 years ago
Justin Ruggles be233a5691 Check that channel layout is compatible with number of channels for 16 years ago
Diego Biurrun dc1ed61432 Mark gsize variable as av_unused, fixes the warning: 16 years ago
Diego Biurrun e0a6d2c365 Revert previous removal of gsize variable. It breaks seeking. 16 years ago
Robert Swain 5967e1413e Remove unnecessary assignment, found by CSA. 16 years ago
Kenan Gillet d1bf60771c Add LP zero synthesis filter. Patch by Kenan Gillet. 16 years ago
Michael Niedermayer b36da2c215 Remove 2 useless += at the end of rgb16to15(), found by CSA. 16 years ago
Ramiro Polla a256445ec3 mlpdec: Read context variable to local variable to make code cleaner. 16 years ago
Ramiro Polla f95f6ab91e mlpdec: {}- and whitespace-related cosmetics. 16 years ago
Ramiro Polla 63ad832dd6 mlpdec: Use some context arrays with local variables in rematrix_channels(). 16 years ago
Ramiro Polla 15e6748b72 truehd: Simplify rematrix_channels() as per Michael's original review. 16 years ago
Ramiro Polla 95c14b1eea mlpdec: Make read_matrix_params() take unsigned int substr for consistency. 16 years ago
Ramiro Polla 5d9e4eaa6d mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. 16 years ago
Justin Ruggles 1b7bc4a245 Add 3 channel layout convenience macros. 16 years ago
Reimar Döffinger f63f689e10 Avoid code duplication in xan_unpack for the final memcpy. 16 years ago
Diego Biurrun 7b7b19b620 Remove unused variable gsize, fixes the warning: 16 years ago
Måns Rullgård cc078b5d8f PPC: check for x-form asm constraint support 16 years ago
Stefano Sabatini a208350c3c Rename swscale_avoption.c to options.c. 16 years ago
Stefano Sabatini 0c067dc34b Make sws_setColorspaceDetails() return -1 if the destination format is 16 years ago
Stefano Sabatini 2d26fa2822 Move sws_[gs]etColorspaceDetails() documentation from swscale.c to 16 years ago
Jai Menon a00f440f37 Cosmetics : reindent after last commit and remove redundant comment. 16 years ago
Jai Menon d6ce84b8f9 Add speex tag to nsv_codec_audio_tags. 16 years ago
Jai Menon 67d04927f7 Change nsvf_index_data to nsvs_file_offset for increased clarity. 16 years ago
Måns Rullgård 9f5ff83f2a PPC asm for AV_RL*() 16 years ago
Måns Rullgård 3c55ce039d ARM asm for AV_RN*() 16 years ago
Måns Rullgård a6783b8961 Reorganise intreadwrite.h 16 years ago
Reimar Döffinger d7670f2827 Use sign_extend function instead of reimplementing it. 16 years ago
Reimar Döffinger e62f622193 Remove a useless "& 0xF" 16 years ago
Reimar Döffinger 977d813447 Use / and % operators instead of reimplementing them with a loop. 16 years ago
Reimar Döffinger b1e309865f Change buffer check to avoid an unlikely pointer arithmetic overflow. 16 years ago
Reimar Döffinger be50938073 Simplify xan_huffman_decode by using get_bits 16 years ago
Lars Täuber a4873f7d9d Fix indention, patch by Lars Täuber. 16 years ago
Reimar Döffinger 6000439ca4 Simplify ipvideo_decode_opcodes by using get_bits, this might be slower 16 years ago
Reimar Döffinger 28ab90edde Remove unused code_counts array from interplavideo.c. 16 years ago
Jai Menon b24bbbb4da Introduce codec id for MPEG-4 ALS and associate it with corresponding 16 years ago
Reimar Döffinger e5986d0427 Cosmetics to improve xan_unpack readability 16 years ago
Reimar Döffinger 16cc5a738c Fix buffer size check for xan_unpack which was broken by r18586 16 years ago
Reimar Döffinger c644665f42 Some more simplifications of xan_unpack 16 years ago
Reimar Döffinger 455fdd2f8c Reindent xan_unpack code 16 years ago
Reimar Döffinger 948f60fa24 Avoid some code duplication in xan_unpack 16 years ago