summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles2012-07-19
* alac: move the current samples per frame to the ALACContextJustin Ruggles2012-07-19
* alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles2012-07-19
* alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
* alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles2012-07-19
* alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles2012-07-19
* alac: simplify lpc coefficient adaptationJustin Ruggles2012-07-19
* alac: reduce the number of local variables needed in lpc predictionJustin Ruggles2012-07-19
* alac: simplify 1st order prediction and reading of warm-up samplesJustin Ruggles2012-07-19
* alac: cosmetics: reindent after last commitJustin Ruggles2012-07-19
* alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
* alac: use sizeof() instead of hardcoded data sizesJustin Ruggles2012-07-19
* alac: make block_size signedJustin Ruggles2012-07-19
* alac: remove a duplicate local variableJustin Ruggles2012-07-19
* alac: conditionally set sign_modifier to 1Justin Ruggles2012-07-19
* alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles2012-07-19
* alac: adjust conditions for updating entropy decoder historyJustin Ruggles2012-07-19
* alac: cosmetics: reindent after last commitJustin Ruggles2012-07-19
* alac: limit the rice param before passing to decode_scalar()Justin Ruggles2012-07-19
* alac: reduce the number of parameters to bastardized_rice_decompress()Justin Ruggles2012-07-19
* alac: cosmetics: rename some ALACContext parametersJustin Ruggles2012-07-19
* alac: clean up and update comments leftover from reverse-engineeringJustin Ruggles2012-07-19
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-19
* caf: use int64_t for num_packetsJustin Ruggles2012-07-19
* caf: fix 'pakt' chunk parsingJustin Ruggles2012-07-19
* caf: support either old or new style ALAC magic kuki chunkJustin Ruggles2012-07-19
* Print full compiler identification, not only version numberMans Rullgard2012-07-19
* flacdec: reverse lpc coeff order, simplify filterMans Rullgard2012-07-19
* x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun2012-07-19
* ppc: fix build with altivec disabledMans Rullgard2012-07-18
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-18
* tscc2: do not add/subtract 128 bias during DCTKostya Shishkov2012-07-18
* tscc2: fix typo in DCTKostya Shishkov2012-07-18
* configure: clarify external library section of help outputDiego Biurrun2012-07-18
* configure: mark libfdk-aac as nonfreeDiego Biurrun2012-07-18
* configure: cosmetics: drop some unnecessary backslashesDiego Biurrun2012-07-18
* os_support: K&R formatting cosmeticsDiego Biurrun2012-07-17
* libopenjpeg: introduce encoding supportMichael Bradshaw2012-07-17
* libopenjpeg: rename decoder source file.Michael Bradshaw2012-07-17
* RTMPTS protocol supportSamuel Pitoiset2012-07-17
* RTMPS protocol supportSamuel Pitoiset2012-07-17
* avconv: print an error message when demuxing fails.Anton Khirnov2012-07-17
* tscc2: DCT output should not be clippedKostya Shishkov2012-07-17
* rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset2012-07-17
* rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes...Jordi Ortiz2012-07-16
* configure: Move the getaddrinfo function check into the network blockMartin Storsjö2012-07-16
* configure: Remove an unused 'have' itemMartin Storsjö2012-07-16
* mpeg: remove disabled codeDiego Biurrun2012-07-16
* libfdk-aac: Check if cutoff value is validMohammad Alsaleh2012-07-15