2009-06-12 |
Alex Converse | Cosmetics: Re-indent after last commit |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Alex Converse | Move TNS and swb_offset tables from aacdectab.h to... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Alex Converse | Do not include libavcodec/internal.h in the ADTS muxer. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jason Garrett... | Add new FOURCC (0x0003) for raw DIB video, set flip... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Sascha Sommer | Move run level decode functionality to ff_wma_run_level... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Sascha Sommer | cosmetics: Add brackets between if/else |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Sascha Sommer | Add additional sample rates to the frame len bits calcu... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Sascha Sommer | Fix placment of the DPCM Xan comment |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Sascha Sommer | Move frame len bits calculation to ff_wma_get_frame_len... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jai Menon | Associate the 0x6c75 TwoCC used in certain Kodak cameras |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Diego Biurrun | cosmetics: Prettyprint and reformat wma.c closer to... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Baptiste Coudurier | Fail and print correct error message when video stream... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jimmy Christensen | DPX (Digital Picture Exchange) image decoder |
commit | commitdiff | tree | snapshot |
2009-06-12 |
David Conrad | Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jason Garrett... | Add "m2v1" to fourccs for MPEG-2 video; fixes some... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jeff Downs | Fix cast of byte buffer to uint32 that was disregarding... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jason Garrett... | Add alternate fourcc for QCELP audio (qclq). Fixes... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | cosmetics: Prettyprint one more line to have columns... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | The internal header libavutil/internal.h should not... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Ramiro Polla | Kill warnings of possibly unused variables by using... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | cosmetics: Reformat to K&R and prettyprint newly create... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Patrick Dehne | Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | Fix compilation: #undef standard library functions... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | Add libavutil/internal.h #include, required for the... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | cosmetics: Reformat file to K&R style upon Kostya's... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | 10l: Add vc1dec.o to the list of WMV3 objects, same... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Diego Biurrun | Split decoder-specific code off from vc1.c into vc1dec... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Baptiste Coudurier | Add const in cast. Removes warning: |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Baptiste Coudurier | give s->resample_context to avoid segfault, avclass... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
David Conrad | Disable native Vorbis encoder; quality is much worse... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Baptiste Coudurier | Remove time_rate, we cannot compute exactly when fragme... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Baptiste Coudurier | if b frames are parsed, set codec->has_b_frames |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Baptiste Coudurier | Remove even condition on pad and crop. |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Diego Biurrun | Add code to enable and disable all VAAPI and VDPAU... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Diego Biurrun | Remove Mans as MPEG-TS maintainer, he never intended... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Luca Barbato | Support seeking as defined by the rfc |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Luca Barbato | Make sure buffer end remains constant within the loop |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Haruhiko Yamagata | Add field prev_interlaced_frame to H264Context to be... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ronald S. Bultje | Make asf_get_packet() and asf_parse_packet() static... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Diego Biurrun | Express the H.264 parser dependency on the golomb code... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Diego Biurrun | Add missing dependencies for H.264 and VC-1 parsers. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Jai Menon | Add additional dependencies for sdp and rtsp demuxers. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Luca Abeni | Properly initialize AVFrames to default values in the... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Diego Biurrun | cosmetics: Add missing ending backslash to installed... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Michael Niedermayer | Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Diego Biurrun | Remove comments that refer to fixed-point AMR implement... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Baptiste Coudurier | clarify avcodec_decode_audio3 and avcodec_decode_video2... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vladimir Voroshilov | K&R formatting of already submitted G.729 code |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Peter Holik | Cosmetics : Use dprintf instead of printf. |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Jai Menon | Cosmetics : Fix indentation after last commit. |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Peter Holik | Introduce http_get_line and modify http_connect to... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vladimir Voroshilov | Convert structure names to FFmpeg style |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Stefano Sabatini | Remove '\p' doxygen markup, as it should improve plain... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Stefano Sabatini | Remove '\p', '\c' and '\e' doxygen markup from doxy... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Kostya Shishkov | Get new buffer during frame decoding in VB video decode... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vladimir Voroshilov | Internal routine should not use name of standard function. |
commit | commitdiff | tree | snapshot |
2009-06-05 |
David Conrad | Ensure that the extradata buffer is padded appripriatel... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Vladimir Voroshilov | Remove ff_g729_ and g729_ prefixes from static routines. |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Diego Biurrun | Add support for external OpenCORE libraries for AMR... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Diego Biurrun | Add configure option to upgrade (L)GPL to version 3. |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Diego Biurrun | Move around one paragraph, add headings for greater... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Diego Biurrun | Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | vmware video decoder uses reget_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | zmbv decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | vc1 and wmv3 decoders use MPV_frame_start which uses... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | renderware txd image decoder uses get_buffer, set CODEC... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | tmv decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | tiff image decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | targa image decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | sun rasterfile image decoder uses get_buffer, set CODEC... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | snow decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | kmvc decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | ptx image decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | png decoder use get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | pcx decoder use get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | dxa decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | bfi decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | bmp decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | amv decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | 4xm decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Baptiste Coudurier | indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Ramiro Polla | Replace more uses of __attribute__((aligned)) by DECLAR... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Ramiro Polla | Use DECLARE_ALIGNED macro instead of __attribute__... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Ramiro Polla | Replace more uses of __attribute__((aligned)) by DECLAR... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Pavel Pavlov | Use DECLARE_ALIGNED macro instead of gcc __attribute__. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Diego Biurrun | cosmetics: K&R style reformatting |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Kostya Shishkov | Move function for reading whole specified amount of... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Ramiro Polla | Use fewer macros in x86-optimized mlpdsp. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Alex Converse | Add the .adts file extension to the ADTS muxer. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Baptiste Coudurier | broken stsd length might be < 16, fix elst-assert.mp4 |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Baptiste Coudurier | Change find_tag return type to int64_t, fix a bug |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Michael Niedermayer | Fix sei_ct_type check so it does not mistreat ct_type... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Michael Niedermayer | Print ct_type and pic_struct. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Alex Converse | AAC ADTS to AudioSpecificConfig bitstream filter |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Reimar Döffinger | Set AV_PKT_FLAG_KEY in avcodec_decode_video. |
commit | commitdiff | tree | snapshot |
next |